We have an unofficial standard of using ember-component-css to namespace our component CSS. Due to bugs in component-css, I recommend that we make namespacing a documented standard, but offer other means to do this as well as ember-component-css.
Namespace all apps and addons with a class named after the app/addon.
Why? This removes the need for a third-party addon such as ember-component-css and remedies styling conflicts between apps and addons in the sites that consume them.
We have an unofficial standard of using ember-component-css to namespace our component CSS. Due to bugs in component-css, I recommend that we make namespacing a documented standard, but offer other means to do this as well as ember-component-css.