You are here

public static function CompassList::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 42

Class

CompassList
Compass extension List object. @package PHamlP @subpackage Sass.extensions.compass.functions

Code

public static function isa($subject) {
}