Sha256: d2e20ac61263e9e570d373a934ac8832e81b00fa39f37d5c3c147f5d7ba46ab1
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
# Hamlit::BooleanAttributes Hamlit plugin to modify the list of boolean attributes. See https://github.com/k0kubun/hamlit/issues/99. ## Installation ```rb gem 'hamlit-boolean_attributes' ``` ## Usage ```rb # config/initializers/hamlit.rb Hamlit::BooleanAttributes.add('amp') Hamlit::BooleanAttributes.add('⚡') ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hamlit-boolean_attributes-0.1.0 | README.md |