public static function CompassColourStop::isa in Sassy 7
* Returns a value indicating if a token of this type can be matched at * the start of the subject string. *
Parameters
string the subject string: * @return mixed match at the start of the string or false if no match
Overrides SassLiteral::isa
File
- phamlp/
sass/ extensions/ compass/ functions/ colourStops.php, line 76
Class
Code
public static function isa($subject) {
}