We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d933a1 commit cbbe5e3Copy full SHA for cbbe5e3
website/src/style.css
@@ -7,7 +7,7 @@
7
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
8
- The "symbol *" part is to solve Firefox SVG sprite bug
9
*/
10
-.playground *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
+*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
11
all: unset;
12
display: revert;
13
}
0 commit comments