forked from subtleGradient/slick
-
Notifications
You must be signed in to change notification settings - Fork 22
Combinators
bmeck edited this page Sep 13, 2010
·
1 revision
Selector | Description | Reverse |
---|---|---|
‘!’ | Reverse | N/A |
‘>’ | Direct child | Direct parent |
‘+’ | Next sibling | Previous sibling |
‘^’ | First child | Last child |
‘~’ | Following siblings | Preceding siblings |
‘++’ | Next and Previous siblings | N/A |
‘~~’ | All Following and Preceding siblings | N/A |