Skip to content

Commit 8959265

Browse files
committed
simplify selector
1 parent 65e4417 commit 8959265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexbox-reset.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The CSS reset, from the flexbox-reset package: https://www.npmjs.com/package/flexbox-reset */
22

3-
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
3+
*:where(:not(iframe, canvas, img, svg, svg *, symbol *, video)) {
44
all : unset;
55
display: revert;
66
}

0 commit comments

Comments
 (0)