protected function CompassList::getTypeOf in Sassy 7
* Returns the type of this *
Return value
string the type of this
Overrides SassLiteral::getTypeOf
File
- phamlp/
sass/ extensions/ compass/ functions/ colourStops.php, line 30
Class
- CompassList
- Compass extension List object. @package PHamlP @subpackage Sass.extensions.compass.functions
Code
protected function getTypeOf() {
return 'list';
}