Created
October 6, 2014 21:23
-
-
Save malrase/d3869019da2eb39d9fcc 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
// ---- | |
// libsass (v2.0.0) | |
// ---- | |
#something::shadow { | |
color: blue; | |
} | |
:host .library { | |
background: green; | |
} |
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
#something::shadow { | |
color: blue; } | |
:host .library { | |
background: green; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment