You are here

private property SassParser::$cache_location in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/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

phpsass/SassParser.php, line 102

Class

SassParser
SassParser class. Parses {@link http://sass-lang.com/ .sass and .sccs} files. @package PHamlP @subpackage Sass

Code

private $cache_location;