-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
At the company I work for, we have a project that uses NodeJS to compile our assets with gulp. Specifically, gulp-sass 4.1.1.
With the release of 3.4.3, we got the following error on our builds.
[08:52:22] Starting 'styles'...
{ Error: vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss
Error: Invalid CSS after "... floor(math": expected expression (e.g. 1px, bold), was ".div($grid-gutter-w"
on line 369 of vendor/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss
from line 8 of vendor/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss
from line 43 of src/scss/main.scss
>> vbar-padding-horizontal: floor(math.div($grid-gutter-width, 2)) !defa
------------------------------------------^
There is a newer gulp-sass version (5.0.0), but that one requires gulp 4 and Node 12, making that upgrade difficult (we're using gulp 3 and Node 10).
Regardless, breaking compatibility in a patch version is kind of a bad move, so I thought I'd report it. For now, we've just move back to 3.4.1 (as 3.4.2 seems was also affected, but I guess we hadn't updated since its release).
pirminis, jonTravens, irminsul, ptjuanramos, Atachi and 14 more
Metadata
Metadata
Assignees
Labels
No labels