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

11 lines
100 B
CSS

*:not(svg|*) {
all: unset;
display: revert;
}
*,
:before,
:after{
box-sizing: border-box;
}