private property SassParser::$cache in Sassy 7.3
Same name and namespace in other branches
- 7 phamlp/sass/SassParser.php \SassParser::cache
cache: speed.
Defaults to true.
Type: boolean Whether parsed Sass files should be cached, allowing greater
File
- phpsass/
SassParser.php, line 94
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
private $cache;