Skip to content

Instantly share code, notes, and snippets.

@jchild3rs
Created August 18, 2014 19:04
Show Gist options
  • Save jchild3rs/dada3f08b406b4068c8a to your computer and use it in GitHub Desktop.
Save jchild3rs/dada3f08b406b4068c8a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
.blocker {
@at-root &__item{
text-align: left
}
&--mo{
text-align: right
}
}
.blocker__item { text-align: left; }
.blocker--mo { text-align: right; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment