Skip to content

Instantly share code, notes, and snippets.

@rcaracaus
Created March 26, 2014 05:08
Show Gist options
  • Save rcaracaus/9777214 to your computer and use it in GitHub Desktop.
Save rcaracaus/9777214 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v0.7.0)
// ----
.component { content: "my component style"; .lt-ie9 & { content: "my random ie fixes for JUST this component"; } }
.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