ember-power-select
ember-power-select copied to clipboard
Import ember-power-select styles doesn't work on Addons/Engines
I have an addon that uses SASS and I'm trying to use the import described in that guide: https://ember-power-select.com/docs/installation
@import "ember-power-select doesn't work on addons and engines inside the monorepo, only works in the ember app.
Is there a hack on #1421 accessing node_modules but I assume it's not what we want here, right?
cc:// @cibernox
TBH I haven't used engines in ... 3 years? Maybe more.
If the addon is a direct dependency of the engine, @import "ember-power-select doesn't work?
I'm not sure what changes would be required.
any news on this? Is there a workaround?
The styles very rarely change, if ever. A workaround could be to copy the relevant files from https://github.com/cibernox/ember-power-select/tree/master/app/styles into your app/engine.