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
I'm wanting to control CSS order in my app's app.css.
(I have looked at the ordering doc: it's not what I want ;) )
I've tried intermediateOutputPath, which doesn't error when I import, but I see that CSS from my add-ons that specify the intermediate output path are still concat'd in the wrong order.
I'm wanting to control CSS order in my app's app.css.
(I have looked at the ordering doc: it's not what I want ;) )
I've tried
intermediateOutputPath
, which doesn't error when I import, but I see that CSS from my add-ons that specify the intermediate output path are still concat'd in the wrong order.in my app:
in addon a:
in addon b:
however, in my vendor.css in the browser, I see:
and app.css in the browser does not contain the
@import
contentsThe text was updated successfully, but these errors were encountered: