Skip to content

Instantly share code, notes, and snippets.

@jnwng
Created May 5, 2013 18:35
Show Gist options
  • Save jnwng/5521708 to your computer and use it in GitHub Desktop.
Save jnwng/5521708 to your computer and use it in GitHub Desktop.
Default
#overrides-mixin {
float: right;
}
#uses-default-property {
float: left;
}
my-typeplate-mixin()
float: left unless @float
#overrides-mixin
my-typeplate-mixin()
float: right
#uses-default-property
my-typeplate-mixin()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment