You are here

private property SassParser::$css_location in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/SassParser.php \SassParser::css_location

css_location:

Defaults to './css'.

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

File

phpsass/SassParser.php, line 110

Class

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

Code

private $css_location;