private property SassParser::$cache_location in Sassy 7
Same name and namespace in other branches
- 7.3 phpsass/SassParser.php \SassParser::cache_location
* cache_location: * * * Defaults to './sass-cache'.
Type: string The path where the cached sassc files should be written to.
File
- phamlp/
sass/ SassParser.php, line 93
Class
- SassParser
- SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass
Code
private $cache_location;