Skip to content
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-sass plugin error with latest version 5.1.0 #5499

Open
BusinessClick opened this issue Feb 13, 2025 · 1 comment
Open

gulp-sass plugin error with latest version 5.1.0 #5499

BusinessClick opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working PR is more than welcomed Extra attention is needed

Comments

@BusinessClick
Copy link

When the gulp-sass plugin process the latest versione 5.1.0 returns the following error:

Error in plugin 'sass'
Message:
temp/maplibre-gl.css
Error: Function rgb is missing argument $green.
on line 1 of temp/maplibre-gl.css

tion:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{le

This not happens with 5.0.1 version.

@HarelM
Copy link
Collaborator

HarelM commented Feb 13, 2025

I believe this is related to:
https://github.com/maplibre/maplibre-gl-js/pull/5285/files

It should be an easy fix if you are up to opening a PR.
It would be great if there is a linting rule that can be added as part of the fix to prevent this from happening in the future.
Cc: @digitaltom

@HarelM HarelM added bug Something isn't working PR is more than welcomed Extra attention is needed labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PR is more than welcomed Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants