Skip to content

Instantly share code, notes, and snippets.

@collin
Created May 26, 2009 04:11
Show Gist options
  • Select an option

  • Save collin/117885 to your computer and use it in GitHub Desktop.

Select an option

Save collin/117885 to your computer and use it in GitHub Desktop.
selector = '$'
property = ':'
mixin = '+'
color = '#'
values = '='
sibling = 'enter'
child = 'shift+enter'
#selector_a
+opacity(!value=.5)
:opacity = !value
:filter alpha(opacity=!value*100)
#selector_b
+opacity(!value=.8)
:opacity = !value
:filter alpha(opacity=!value*100)
#selector_a
+mixin_name
:prop_a value
:prop_b value
#selector_a a:hover
:prop_c value
#selector_b
+mixin_name
:prop value
:prop value
#selector_c
:prop_c value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment