Class: CSSPool::Visitors::ToMinifiedCSS
- Defined in:
- lib/csspool/visitors/to_css.rb
Constant Summary
Constants inherited from ToCSS
CSSPool::Visitors::ToCSS::CSS_IDENTIFIER_ILLEGAL_CHARACTERS, CSSPool::Visitors::ToCSS::CSS_STRING_ESCAPE_MAP
Instance Method Summary collapse
Methods inherited from ToCSS
Methods inherited from Visitor
Constructor Details
This class inherits a constructor from CSSPool::Visitors::ToCSS
Instance Method Details
#indent_space ⇒ Object
237 238 239 |
# File 'lib/csspool/visitors/to_css.rb', line 237 def indent_space ' ' end |
#line_break ⇒ Object
233 234 235 |
# File 'lib/csspool/visitors/to_css.rb', line 233 def line_break "" end |