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
Where i have a sass variable declared addon/styles/mystyle.scss' used by other components in the addon. I tracked the issue down and it seems the problem is in this line:
We are overriding concat.build and when it gets called fixedHeaders is empty for some reason... although i'm seeing correct fixedHeaders if i log it outside concat.build.
Edit: I'm using ember-cli 3.17.3.
The text was updated successfully, but these errors were encountered:
I'm using this config in a addon i'm working on
Where i have a sass variable declared
addon/styles/mystyle.scss'
used by other components in the addon. I tracked the issue down and it seems the problem is in this line:https://github.com/salsify/ember-css-modules/blob/master/packages/ember-css-modules/lib/output-styles-preprocessor.js#L64
We are overriding concat.build and when it gets called fixedHeaders is empty for some reason... although i'm seeing correct fixedHeaders if i log it outside concat.build.
Edit: I'm using ember-cli 3.17.3.
The text was updated successfully, but these errors were encountered: