-
Notifications
You must be signed in to change notification settings - Fork 151
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
Gulp error #12
Comments
Hello @Punisheroot This problem is caused by Original Samplebody {
font-size: math.div(32px, 2);
} Patch/workaround Samplebody {
font-size: (32px/2);
} Being a problem inside a dependency package, we can't assist you further with this issue. P.S. The problem will be forwarded to Themesberg, the agency that provides the design. In case they patch the product, we will update accordingly. |
Hi i fixed all the math.div in node_modules\vanillajs-datepicker\sass\datepicker.scss, but i have another error: Error in plugin "sass"
EDIT:
in node_modules\bootstrap\scss_utilities.scss |
Noted, ty! |
For those coming here and can't get gulp to work, to fix this properly:
|
Hello! Sorry for the delay. The new AppSeed Service now manages the project and related issues: https://app-generator.dev/ - Open-Source Platform. Ty! |
Hi, i have a problem with gulp: Message:
Error in plugin "sass"
Message:
node_modules\vanillajs-datepicker\sass\datepicker.scss
Error: Invalid CSS after "...ize-base * math": expected expression (e.g. 1px, bold), was ".div(7, 8);"
on line 53 of node_modules/vanillajs-datepicker/sass/datepicker.scss
from line 24 of scss/volt.scss
Node version: 6.15.0
Gulp version: 4.0.2
The text was updated successfully, but these errors were encountered: