Created
January 13, 2015 16:03
-
-
Save gerharddt/54c0085d83c85b0eef58 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
// ---- | |
// Sass (v3.4.9) | |
// Compass (v1.0.1) | |
// ---- | |
// and you can now also | |
.wrapper { | |
color: #000; | |
span { | |
color: #ffff00; | |
} | |
.classname { | |
background: #ccc; | |
} | |
} |
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
.wrapper { | |
color: #000; | |
} | |
.wrapper span { | |
color: #ffff00; | |
} | |
.wrapper .classname { | |
background: #ccc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment