You are here

private property SassParser::$load_paths in Sassy 7.3

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

phpsass/SassParser.php, line 176

Class

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

Code

private $load_paths;