You are here

constant SassCompactRenderer::DEBUG_INFO_PROPERTY in Sassy 7

Same name and namespace in other branches
  1. 7.3 phpsass/renderers/SassCompactRenderer.php \SassCompactRenderer::DEBUG_INFO_PROPERTY

File

phamlp/sass/renderers/SassCompactRenderer.php, line 24

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…

Code

const DEBUG_INFO_PROPERTY = 'font-family';