You are here

private property SassParser::$load_paths in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/SassParser.php \SassParser::load_paths

* load_paths: * * Sass templates imported with the @import directive. * * Defaults to './sass-templates'.

Type: array An array of filesystem paths which should be searched for

File

phamlp/sass/SassParser.php, line 168

Class

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

Code

private $load_paths;