Skip to content

Instantly share code, notes, and snippets.

@callum
Created May 29, 2015 11:14
Show Gist options
  • Save callum/bffcdedc1731c7dd306d to your computer and use it in GitHub Desktop.
Save callum/bffcdedc1731c7dd306d to your computer and use it in GitHub Desktop.
// patterns/_form.scss
@mixin form {
border: 1px solid black;
}
// modules/_sign-in.scss
.sign-in {
@include form;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment