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 3e576a3 commit 3144bcfCopy full SHA for 3144bcf
spec/css/plain/style_rule.hrx
@@ -220,9 +220,11 @@ a {@include meta.load-css("plain")}
220
& {b {c: d}}
221
222
<===> nesting/through_load_css/top_level_parent/output.css
223
-a & {
224
- b {
225
- c: d;
+a {
+ & {
+ b {
226
+ c: d;
227
+ }
228
}
229
230
@@ -285,9 +287,11 @@ a {@import "plain"}
285
287
286
288
289
<===> nesting/through_import/top_level_parent/output.css
290
291
292
293
294
295
296
297
0 commit comments