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 5540e02 commit 246cc6eCopy full SHA for 246cc6e
test/test.css
@@ -77,10 +77,6 @@
77
display: revert-layer;
78
}
79
80
-@supports (selector(.conditional-4)) {
81
- display: auto;
82
-}
83
-
84
.color-3 {
85
display: auto;
86
@@ -137,13 +133,17 @@
137
133
138
134
139
135
@supports (display: auto) or
140
- (display: auto) not
141
- (display: auto) {
136
+(display: auto) not
+(display: auto) {
142
.conditional-3 {
143
+ display: auto;
144
145
146
+@supports (selector(.conditional-4)) {
+}
+
147
.contain-1 {
148
contain: auto;
149
display: layout;
0 commit comments