Last active
August 29, 2015 14:08
-
-
Save scottkellum/0cd8ad37899ea8499810 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 class="title">title</h2> | |
<p class="paragraph">Nullam id dolor id nibh ultricies vehicula ut id elit. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.6) | |
// Compass (v1.0.1) | |
// ---- | |
@mixin yolo() { | |
@at-root { | |
:root:root:root:root:root:root:root:root:root:root:root:root:root:root:root, | |
:root:root:root:root:root:root:root:root:root:root:root:root:root:root:root * { | |
@content; | |
} | |
} | |
} | |
h2 { | |
@include yolo { | |
color: red; | |
} | |
} | |
.title { | |
color: blue; | |
} | |
.paragraph { | |
color: green; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root:root:root:root:root:root:root:root:root:root:root:root:root:root:root, | |
:root:root:root:root:root:root:root:root:root:root:root:root:root:root:root * { | |
color: red; | |
} | |
.title { | |
color: blue; | |
} | |
.paragraph { | |
color: green; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 class="title">title</h2> | |
<p class="paragraph">Nullam id dolor id nibh ultricies vehicula ut id elit. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam quis risus eget urna mollis ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment