Skip to content

Instantly share code, notes, and snippets.

@justinfrench
Created December 11, 2014 02:38
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 justinfrench/fe60799e47c7f7062878 to your computer and use it in GitHub Desktop.
Save justinfrench/fe60799e47c7f7062878 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.selector
@media screen and (min-width: 1024px)
&.-of-5
width: 20%
@media screen and (min-width: 1024px) {
.selector.-of-5 {
width: 20%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment