# [./spec/render/filters/css_spec.rb:25](../../../../spec/render/filters/css_spec.rb#L25) ## Input ```haml %div :css %span hello ``` ## Faml ```html
hello
``` ## Haml ```html
``` ## Hamlit ```html
hello
```