Created
March 26, 2014 05:08
-
-
Save rcaracaus/9777214 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
// ---- | |
// libsass (v0.7.0) | |
// ---- | |
.component { content: "my component style"; .lt-ie9 & { content: "my random ie fixes for JUST this component"; } } |
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
.component { | |
content: "my component style"; } | |
.lt-ie9 .component { | |
content: "my random ie fixes for JUST this component"; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment