You are here

constant SassCompactRenderer::DEBUG_INFO_RULE in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/renderers/SassCompactRenderer.php \SassCompactRenderer::DEBUG_INFO_RULE

File

phpsass/renderers/SassCompactRenderer.php, line 23

Class

SassCompactRenderer
SassCompactRenderer class. Each CSS rule takes up only one line, with every property defined on that line. Nested rules are placed next to each other with no newline, while groups of rules have newlines between them. @package PHamlP @subpackage …

Code

const DEBUG_INFO_RULE = '@media -sass-debug-info';