Skip to content

Instantly share code, notes, and snippets.

@slayernyte
Created January 13, 2015 18:19
Show Gist options
  • Save slayernyte/da1e51b0bfcc0beb5d5e to your computer and use it in GitHub Desktop.
Save slayernyte/da1e51b0bfcc0beb5d5e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
.ui-Cloud {
background: red;
&-header {
font-size: 12px;
}
&-bodyText {
border: 1px solid red;
}
&--modifier {
background: blue;
}
}
.ui-Cloud {
background: red;
}
.ui-Cloud-header {
font-size: 12px;
}
.ui-Cloud-bodyText {
border: 1px solid red;
}
.ui-Cloud--modifier {
background: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment