-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow imports from root node_modules for scss #356
Conversation
So We don't have to change the package.json in frontools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be optional and configurable, otherwise, it can slow down compiling for everyone.
@Igloczek I have changed it to a config via the themes.json |
+1 on this change. |
# Conflicts: # config/themes.json.sample # helper/scss.js
@Igloczek I have updated my PR with the latest release. |
+1 on this change here — i've needed this capability from frontools in one of our projects |
Hoi @Igloczek |
Sure, 1.9.0 will probably get those chages if everthing will be fine. |
* allow imports from root node_modules for scss * IMP: allow node modules from root of Magento 2 install So We don't have to change the package.json in frontools * ADD: include path as an option via theme * FIX: typo in const * FIX: removed old changes Whoeps 😅 * IMP: re-add option to scss helper
* allow imports from root node_modules for scss * IMP: allow node modules from root of Magento 2 install So We don't have to change the package.json in frontools * ADD: include path as an option via theme * FIX: typo in const * FIX: removed old changes Whoeps 😅 * IMP: re-add option to scss helper
No description provided.