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
The only reason I encountered issues was due to the fact I was trying to customize/extend the stylesheets and import them into my local project. It required a bit of configuration to the node-sass includePath to get it working correctly.
Should be a relatively easy fix, as with my other ticket I'll try to submit a PR if time permits this week.
The text was updated successfully, but these errors were encountered:
Within the shared stylesheet assets, vendor imports would benefit from being normalized:
node_modules
../../node_modules
node_modules
The only reason I encountered issues was due to the fact I was trying to customize/extend the stylesheets and import them into my local project. It required a bit of configuration to the node-sass
includePath
to get it working correctly.Should be a relatively easy fix, as with my other ticket I'll try to submit a PR if time permits this week.
The text was updated successfully, but these errors were encountered: