Skip to content

Instantly share code, notes, and snippets.

@jchild3rs
Created October 20, 2014 18:34
Show Gist options
  • Save jchild3rs/dc31a70fac76e9c4bd24 to your computer and use it in GitHub Desktop.
Save jchild3rs/dc31a70fac76e9c4bd24 to your computer and use it in GitHub Desktop.
Mixin vs directly using $
.form {
@include e(field) {}
@include m(inline) {}
}
// or...
.form {
&__field {}
&--inline {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment