public static property SassPropertyNode::$psuedoSelectors in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/tree/SassPropertyNode.php \SassPropertyNode::psuedoSelectors
File
- phpsass/
tree/ SassPropertyNode.php, line 28
Class
- SassPropertyNode
- SassPropertyNode class. Represents a CSS property. @package PHamlP @subpackage Sass.tree
Code
public static $psuedoSelectors = array(
'root',
'nth-child(',
'nth-last-child(',
'nth-of-type(',
'nth-last-of-type(',
'first-child',
'last-child',
'first-of-type',
'last-of-type',
'only-child',
'only-of-type',
'empty',
'link',
'visited',
'active',
'hover',
'focus',
'target',
'lang(',
'enabled',
'disabled',
'checked',
':first-line',
':first-letter',
':before',
':after',
// CSS 2.1
'first-line',
'first-letter',
'before',
'after',
);