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 d9fdc1e commit ea34234Copy full SHA for ea34234
css-nesting-1/Overview.bs
@@ -554,11 +554,13 @@ Nesting Conditional Rules {#conditionals}
554
}
555
556
/* equivalent to
557
- .foo { display: grid; }
558
-
559
- @media (orientation: landscape) {
560
- & {
561
- grid-auto-flow: column;
+ .foo {
+ display: grid;
+
+ @media (orientation: landscape) {
+ & {
562
+ grid-auto-flow: column;
563
+ }
564
565
566
*/
0 commit comments