.dungeon/styles/mixins/_foundry.scss

5 lines
No EOL
78 B
SCSS

@mixin fvtt_reset {
all: initial;
display: block;
box-sizing: border-box;
}