You are here

constant SassRuleNode::MATCH in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassRuleNode.php \SassRuleNode::MATCH

File

phpsass/tree/SassRuleNode.php, line 19

Class

SassRuleNode
SassRuleNode class. Represents a CSS rule. @package PHamlP @subpackage Sass.tree

Code

const MATCH = '/^(.+?)(?:\\s*\\{)?$/';