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:
Oliver-Akins 2024-01-07 22:27:26 -07:00
parent 227029ffcd
commit dfc51a5899
31 changed files with 499 additions and 84 deletions

View file

@ -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";