You are here

public function SassParser::getCss_location in Sassy 7

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

File

phamlp/sass/SassParser.php, line 364

Class

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

Code

public function getCss_location() {
  return $this->css_location;
}