Skip to content

Commit df87a9f

Browse files
committed
prep for bug fixes
house keeping
1 parent e84f00f commit df87a9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/reset.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
88
- The "symbol *" part is to solve Firefox SVG sprite bug
99
*/
10-
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
10+
*:where(:not(
11+
html,
12+
iframe, canvas,
13+
img, svg, video, audio
14+
):not(svg *, symbol *)) {
1115
all: unset;
1216
display: revert;
1317
}

0 commit comments

Comments
 (0)