gamebrary/src/styles/partials/_reset.scss
2018-10-18 22:15:28 -07:00

7 lines
No EOL
89 B
SCSS

* {
box-sizing: border-box;
}
.fast-spin {
animation: a 500ms infinite linear;
}