1
0
Fork 0
va/assets/css/reset.css

11 lines
100 B
CSS
Raw Normal View History

2021-06-08 14:43:43 +00:00
*:not(svg|*) {
all: unset;
display: revert;
}
*,
:before,
:after{
box-sizing: border-box;
}