pablobm left a comment (openstreetmap/openstreetmap-website#6679)

For context for those who arrive here without much familiarity, these are the 
sort of warnings that we get if we upgrade `sass-embedded` beyond the pinned 
version:
```
Deprecation Warning [color-functions]: green() is deprecated. Suggestion:

color.channel($color, "green", $space: rgb)

More info: https://sass-lang.com/d/color-functions

    ╷
186 │     "g": green($color),
    │          ^^^^^^^^^^^^^
    ╵
    ../../../../bootstrap-5.3.5/assets/stylesheets/bootstrap/_functions.scss 
186:10                                luminance()
    ../../../../bootstrap-5.3.5/assets/stylesheets/bootstrap/_functions.scss 
174:8                                 contrast-ratio()
    ../../../../bootstrap-5.3.5/assets/stylesheets/bootstrap/_functions.scss 
159:22                                color-contrast()
    ../../../../bootstrap-5.3.5/assets/stylesheets/bootstrap/_variables.scss 
846:42                                @import
    ../../../../bootstrap-5.3.5/assets/stylesheets/_bootstrap.scss 8:9          
                                   @import
    /workspace/openstreetmap-website/app/assets/stylesheets/common.scss 3:9     
        @use
    
/workspace/openstreetmap-website/app/assets/stylesheets/screen-manual-ltr.scss 
1:1  root stylesheet
```
Lots of them, all over the place. Run the system tests to see.

To emphasise, these are warnings. They don't break the app. Also it's possible 
to silence them, but that's not advisable because they point to deprecations 
that one will day actually stop working.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6679#issuecomment-3719740582
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/issues/6679/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to