You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefaultinterfaceRegistryextendsEmberCssModulesRegistry, /* other addon registries */ {
211
+
// local entries
212
+
}
213
+
}
214
+
```
215
+
195
216
## Usage in Addons
196
217
197
218
You can also use ember-css-modules in addons that expose components to their consuming application. To do this you'll need to move `ember-css-modules` out of `devDependencies` and into `dependencies` in your addon's `package.json` ([see issue #8](https://github.com/salsify/ember-css-modules/issues/8)).
0 commit comments