Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created January 14, 2015 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristoferjoseph/e7e6a04fdfea43cf729f to your computer and use it in GitHub Desktop.
Save kristoferjoseph/e7e6a04fdfea43cf729f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
.calendar {
width: 20rem;
&__event {
background: blue;
&--disabled {
opacity: 0.3;
}
}
}
.calendar {
width: 20rem;
}
.calendar__event {
background: blue;
}
.calendar__event--disabled {
opacity: 0.3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment