Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 608 Bytes

Contributing

Pull requests are more than welcome! There are very few rules, and here they are:

<!-- bad -->
<my-custom-element id="special" class="snowflake" animation-status={{animationStatus}}></my-custom-element>

<!-- good -->
<my-custom-element
  id="special"
  class="snowflake"
  animation-status={{animationStatus}}>
</my-custom-element>