Concatenate really long dynamic class lists without worrying about whitespace.
output:
<div class="Btn
dark
">
Update Photo
</div>
output:
<div class="Btn dark">
Update Photo
</div>
- Ember.js v3.4 or above
- Ember CLI v3.4 or above
- Node.js v10 or above
ember install ember-class-list
[Longer description of how to use the addon in apps.]
See the Contributing guide for details.
This project is licensed under the MIT License.