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

CSS: Use custom properties for spacing #2925

Closed tvdeyen closed 2 weeks ago

tvdeyen commented 3 weeks ago

What is this pull request for?

Use custom properties (--spacing-1, --spacing-2, etc.) instead of Sass variables $default-margin and $default-padding.

Checklist

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 95.96%. Comparing base (700b6fb) to head (52994fe).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2925 +/- ## ======================================= 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.