You are here

private property SassParser::$line in Sassy 7

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

* line: * * reporting line numbers for errors. This is useful to set if the Sass * template is embedded. * * Defaults to 1.

Type: integer The number of the first line of the Sass template. Used for

File

phamlp/sass/SassParser.php, line 146

Class

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

Code

private $line;