I can see https://github.com/css-modules/css-modules being used for: ``` no-highlight components/ my-component/ component.js template.hbs style.css ``` And then you could inject that class name into the component object in the built index.js.
I can see https://github.com/css-modules/css-modules being used for:
And then you could inject that class name into the component object in the built index.js.