Sha256: f9a0252ac987437dd509d079d09d84250bfbd6f1d15bb18fe0a8372e741f246d
Contents?: true
Size: 324 Bytes
Versions: 5
Compression:
Stored size: 324 Bytes
Contents
# [./spec/render/filters/css_spec.rb:25](../../../../spec/render/filters/css_spec.rb#L25) ## Input ```haml %div :css %span hello ``` ## Faml ```html <div> <span>hello</span> </div> ``` ## Haml ```html <div> <style> </style> </div> ``` ## Hamlit ```html <div> <style> </style> <span>hello</span> </div> ```
Version data entries
5 entries across 5 versions & 1 rubygems