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 65e4417 commit 8959265Copy full SHA for 8959265
flexbox-reset.less
@@ -1,6 +1,6 @@
1
/* The CSS reset, from the flexbox-reset package: https://www.npmjs.com/package/flexbox-reset */
2
3
-*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
+*:where(:not(iframe, canvas, img, svg, svg *, symbol *, video)) {
4
all : unset;
5
display: revert;
6
}
0 commit comments