Module: Haml::Filters::Css
- Includes:
- Base
- Defined in:
- /var/www/sass-pages/.haml/lib/haml/filters.rb
Overview
Surrounds the filtered text with <style> and CDATA tags. Useful for including inline CSS.
Instance Method Summary
Methods included from Base
#compile, included, #internal_compile, #lazy_require, #render
Instance Method Details
- render_with_options(text, options)
221 222 223 |
# File '/var/www/sass-pages/.haml/lib/haml/filters.rb', line 221
def render_with_options(text, options)
"\n"
end
|