Last active
August 29, 2015 14:06
-
-
Save michaek/692ddae386e90a72590e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
<div> | |
<div class="b"> | |
Ok | |
</div> | |
</div> |
This file contains 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.2.19) | |
// Compass (v0.12.6) | |
// ---- | |
$green: green; | |
$greenhex: #0f0; | |
$greenrgb: rgb(0, 255, 0); | |
$offgreen: #00ff01; | |
a { x: green; x: #0f0; y: rgb(0, 255, 0); z: #00ff01; } | |
b { w: $green; x: $greenhex; y: $greenrgb; z: $offgreen; } |
This file contains 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
a { | |
x: green; | |
x: #0f0; | |
y: lime; | |
z: #00ff01; | |
} | |
b { | |
w: green; | |
x: lime; | |
y: lime; | |
z: #00ff01; | |
} |
This file contains 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
<div> | |
<div class="b"> | |
Ok | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment