Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created August 12, 2023 22:08
Show Gist options
  • Save LeaVerou/83f63719634e250bb57e45ea70327192 to your computer and use it in GitHub Desktop.
Save LeaVerou/83f63719634e250bb57e45ea70327192 to your computer and use it in GitHub Desktop.
CSS nesting testcase
/**
* CSS nesting testcase
*/
body {
background: red;
}
html {
& body {
background: orange;
}
}
html {
body {
background: green;
}
}
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment