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
I encountered an issue where gulp-csscomb causes the Gulp process to hang when working with SCSS files that use modern media query syntax with logical operators (<=, >=). The compilation works fine if I comment out the csscomb step, so it seems that the issue lies with this plugin.
Here is a minimal example of SCSS that causes the problem:
Run the Gulp task, and observe that the process hangs indefinitely.
Expected Behavior:
The SCSS file should be processed without any issues.
Actual Behavior:
The Gulp process hangs and does not complete.
Workaround:
Disabling the gulp-csscomb step resolves the issue, but it is not an ideal solution.
Additional Context:
It seems that csscomb does not yet support modern SCSS syntax, particularly logical operators in media queries. Could you please provide an update or guidance on how to proceed?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I encountered an issue where
gulp-csscomb
causes the Gulp process to hang when working with SCSS files that use modern media query syntax with logical operators (<=
,>=
). The compilation works fine if I comment out thecsscomb
step, so it seems that the issue lies with this plugin.Here is a minimal example of SCSS that causes the problem:
Environment:
XX.X.X
5.0.0
3.1.0
1.75.0
(Dart Sass)Steps to Reproduce:
gulp-csscomb
in the Gulp pipeline.Expected Behavior:
The SCSS file should be processed without any issues.
Actual Behavior:
The Gulp process hangs and does not complete.
Workaround:
Disabling the
gulp-csscomb
step resolves the issue, but it is not an ideal solution.Additional Context:
It seems that
csscomb
does not yet support modern SCSS syntax, particularly logical operators in media queries. Could you please provide an update or guidance on how to proceed?Thank you for your help!
The text was updated successfully, but these errors were encountered: