appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Deprecate the `app/styles/*` import paths #444

Closed Windvis closed 11 months ago

Windvis commented 11 months ago

This adds new top level import paths and deprecates the old ones that depend on ember-cli's app folder merging.

I didn't find a way to do this without duplicating the files, so we'll need to do some git trickery when removing the old files in the future so the git history is kept.

Closes #443