Working on the spells panel, which resulted in a lot of weird structural changes that aren't *really* functional yet
This commit is contained in:
parent
227029ffcd
commit
dfc51a5899
31 changed files with 499 additions and 84 deletions
|
|
@ -3,6 +3,7 @@
|
|||
@use "./vars.scss" as *;
|
||||
|
||||
@use "./generic.scss";
|
||||
@use "./icons.scss";
|
||||
|
||||
@use "./sheets/partials/stat.scss";
|
||||
@use "./sheets/partials/skill.scss";
|
||||
|
|
@ -10,4 +11,5 @@
|
|||
|
||||
@use "./sheets/actor/mvp.scss";
|
||||
@use "./sheets/actor/sync/basic.scss";
|
||||
@use "./sheets/items/aspect.scss";
|
||||
@use "./sheets/items/aspect.scss";
|
||||
@use "./sheets/items/spell.scss";
|
||||
Loading…
Add table
Add a link
Reference in a new issue