Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 324 Bytes

css_spec.md

File metadata and controls

38 lines (28 loc) · 324 Bytes

Input

%div
  :css
  %span hello

Faml

<div>
<span>hello</span>
</div>

Haml

<div>
<style>
  
</style>
</div>

Hamlit

<div>
<style>
  
</style>
<span>hello</span>
</div>