Module: Tilt
- Defined in:
- lib/sinatra/css.rb
Instance Method Summary collapse
-
#rcss ⇒ Object
RCSS (RubyCSS) support, piggy-backing onto the ERBTemplate so that we can use <% %> tags with Ruby code inside the .rcss file.
Instance Method Details
#rcss ⇒ Object
RCSS (RubyCSS) support, piggy-backing onto the ERBTemplate
so that we can use <% %> tags with Ruby code inside the .rcss file
11 |
# File 'lib/sinatra/css.rb', line 11 register 'rcss', ERBTemplate |