Skip to content

Instantly share code, notes, and snippets.

@Inviz
Created June 10, 2014 22:09
Show Gist options
  • Save Inviz/64c0548e17e8ea1388b6 to your computer and use it in GitHub Desktop.
Save Inviz/64c0548e17e8ea1388b6 to your computer and use it in GitHub Desktop.
rules = [
{
type:'constraint',
cssText:'(header > h2.gizoogle ! section div:get("parentNode"))[target-size] == 100',
commands: [
["eq",
["get$",
['$pseudo',
['$tag',
['$combinator',
['$tag',
['$combinator',
['$class',
['$tag',
['$combinator',
['$tag',
'header']
'>']
'h2']
'gizoogle']
'!']
'section']
' ']
'div']
'get', 'parentNode']
"[target-size]"]
["number",100]
]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment