@ykaragol wrote:
I've 2 different addons, say
x
andy
.x
depends ony
andy
depends onember-bootstrap
.x
has a style file, undervendor
directory, that overrides some bootstrap styles.How can I ensure that
app.import
ofx
run afterapp.import
ofember-bootstrap
?
At ember 2.3, I don't know how, but it works correctly. At ember 2.11 bootstrap's styles are overriding my styles.By the way,
ember install x
installs they
dependency via blueprint (addAddonsToProject
),y
is installingember-bootstrap
via blueprint.
Posts: 3
Participants: 2