module Haml::Filters::Css

def render_with_options(text, options)

Other tags:
    See: Base#render_with_options -
def render_with_options(text, options)
  <<END
 type=#{options[:attr_wrapper]}text/css#{options[:attr_wrapper]}>
[CDATA[*/
text.rstrip.gsub("\n", "\n    ")}
>*/
e>
end