You are here

private property SassParser::$css_location in Sassy 7

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

* css_location: * * * Defaults to './css'.

Type: string The path where CSS output should be written to.

File

phamlp/sass/SassParser.php, line 101

Class

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

Code

private $css_location;