This class
modifier made for declarative class management for DOM elements.
Why?
To
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
Currently, modifiers don't work in FastBoot. To prevent "Blinking" you can add critical classes as standard class
attribute. After modifier initialization it node.classList
will be replaced.
ember install ember-class-modifier
- Modifier rewrite all classes in element.
See the Contributing guide for details.
This project is licensed under the MIT License.