Remove test CSS variable

This commit is contained in:
Oliver-Akins 2023-11-26 01:50:25 -07:00
parent fe1cb7ac94
commit 31b2ccedc8
3 changed files with 2 additions and 5 deletions

View file

@ -3,7 +3,6 @@
.dotdungeon {
.actor--pc {
--size: var(--breakpoint-medium);
display: grid;
grid-template-areas:
"avatar stats stats"