Sha256: f22c40a6c65dcfd8f5e4af204d6d2d8b6a35a8722e0a87eb1430ab01c2a8f6e0
Contents?: true
Size: 322 Bytes
Versions: 16
Compression:
Stored size: 322 Bytes
Contents
# [./spec/render/filters/css_spec.rb:24](../../../../spec/render/filters/css_spec.rb#L24) ## 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
16 entries across 16 versions & 1 rubygems