Sha256: e1a24e519024cd4a8834cd5234669cdad8fd446c6d27d8372d769dcc4936132b
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 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
6 entries across 6 versions & 1 rubygems