gamebrary/src/styles/partials/_reset.scss

7 lines
89 B
SCSS
Raw Normal View History

2018-10-19 05:15:28 +00:00
* {
box-sizing: border-box;
}
.fast-spin {
animation: a 500ms infinite linear;
}