AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 313 forks source link

Use custom properties for color variables #2938

Closed tvdeyen closed 1 week ago

tvdeyen commented 1 week ago

What is this pull request for?

Instead of using Sass variables we use custom properties for all colors.

This also removes the usage of any Sass color functions.

Checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.96%. Comparing base (5138585) to head (7c73a9d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2938 +/- ## ======================================= Coverage 95.96% 95.96% ======================================= Files 232 232 Lines 6272 6272 ======================================= Hits 6019 6019 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.