@@ -45,7 +45,7 @@ More info: https://sass-lang.com/d/bogus-combinators
4545
4646 ,
47471 | :is(a > + b) {c: d}
48- | ^^^^^^^^^^^^^
48+ | ^^^^^^^^^^^^
4949 '
5050 input.scss 1:1 root stylesheet
5151
@@ -68,7 +68,7 @@ More info: https://sass-lang.com/d/bogus-combinators
6868
6969 ,
70701 | :is(> a) {b: c}
71- | ^^^^^^^^^
71+ | ^^^^^^^^
7272 '
7373 input.scss 1:1 root stylesheet
7474
@@ -91,7 +91,7 @@ More info: https://sass-lang.com/d/bogus-combinators
9191
9292 ,
93931 | :is(+ a) {b: c}
94- | ^^^^^^^^^
94+ | ^^^^^^^^
9595 '
9696 input.scss 1:1 root stylesheet
9797
@@ -114,7 +114,7 @@ More info: https://sass-lang.com/d/bogus-combinators
114114
115115 ,
1161161 | :is(~ a) {b: c}
117- | ^^^^^^^^^
117+ | ^^^^^^^^
118118 '
119119 input.scss 1:1 root stylesheet
120120
@@ -137,7 +137,7 @@ More info: https://sass-lang.com/d/bogus-combinators
137137
138138 ,
1391391 | :is(+ ~ a) {b: c}
140- | ^^^^^^^^^^^
140+ | ^^^^^^^^^^
141141 '
142142 input.scss 1:1 root stylesheet
143143
@@ -160,7 +160,7 @@ More info: https://sass-lang.com/d/bogus-combinators
160160
161161 ,
1621621 | :is(a >) {b: c}
163- | ^^^^^^^^^
163+ | ^^^^^^^^
164164 '
165165 input.scss 1:1 root stylesheet
166166
@@ -183,7 +183,7 @@ More info: https://sass-lang.com/d/bogus-combinators
183183
184184 ,
1851851 | :is(a +) {b: c}
186- | ^^^^^^^^^
186+ | ^^^^^^^^
187187 '
188188 input.scss 1:1 root stylesheet
189189
@@ -206,7 +206,7 @@ More info: https://sass-lang.com/d/bogus-combinators
206206
207207 ,
2082081 | :is(a ~) {b: c}
209- | ^^^^^^^^^
209+ | ^^^^^^^^
210210 '
211211 input.scss 1:1 root stylesheet
212212
@@ -229,6 +229,6 @@ More info: https://sass-lang.com/d/bogus-combinators
229229
230230 ,
2312311 | :is(a +) {b: c}
232- | ^^^^^^^^^
232+ | ^^^^^^^^
233233 '
234234 input.scss 1:1 root stylesheet
0 commit comments