You are here

constant SassExtendNode::MATCH in Sassy 7.3

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

File

phpsass/tree/SassExtendNode.php, line 20

Class

SassExtendNode
SassExtendNode class. Represents a Sass @debug or @warn directive. @package PHamlP @subpackage Sass.tree

Code

const MATCH = '/^@extend\\s+(.+)/i';