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
Issue is that dist/B.css contains contents of A.scss. If you remove .sassrc.js or use .sassrc with {} as contents then the issue is not present. Why do I need .sassrc.js instead of .sassrc? as it's the way to depend on staff from node_modules or bower_components etc.. see #39 (comment)
The text was updated successfully, but these errors were encountered:
This a 🐛 bug report.
🎛 Configuration (.babelrc, package.json, cli command)
index.html
package.json
.sassrc.js
A.scss
B.scss
🤔 Expected Behavior
dist/A.css
dist/B.css
😯 Current Behavior
dist/A.css
dist/B.css
here is somewhat full dump of the test case https://gist.github.com/safareli/8200eccaa6f3a90cf9888a1d2a5bee1b
Issue is that
dist/B.css
contains contents ofA.scss
. If you remove.sassrc.js
or use.sassrc
with{}
as contents then the issue is not present. Why do I need.sassrc.js
instead of.sassrc
? as it's the way to depend on staff from node_modules or bower_components etc.. see #39 (comment)The text was updated successfully, but these errors were encountered: