Skip to content

Instantly share code, notes, and snippets.

@jaggy
Created March 17, 2015 07:39
Show Gist options
  • Save jaggy/734aaec59b1e9d9be3c0 to your computer and use it in GitHub Desktop.
Save jaggy/734aaec59b1e9d9be3c0 to your computer and use it in GitHub Desktop.
My --csstyle micro port
component(name) {
.{name} {
{block}
}
}
part(name) {
&__{name} {
{block}
}
}
option(name) {
.--{name} {
{block}
}
}
tweak(name, id=csstyle) {
#{id} & .\\+{name} {
{block}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment