Using constants for most CSS variables now

This commit is contained in:
2018-03-18 19:09:58 +01:00
parent b9d172394c
commit 180c5b475b
9 changed files with 15 additions and 19 deletions

View File

@ -1,4 +1,4 @@
inventory-slot-size = 64px
const inventory-slot-size = 64px
.inventory
display grid
@ -24,7 +24,7 @@ inventory-slot-size = 64px
.item-icon
animation hover-item 1s infinite ease-in-out
.icon
margin 0
pointer-events none