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

> What's the temperature in the room, re: removing the SCSS altogether?

We use it to [override some bootstrap sass 
variables](https://github.com/openstreetmap/openstreetmap-website/blob/b28596b1332942a07d57928c79e45f7739020272/app/assets/stylesheets/parameters.scss),
 like colours and lineheight. I know that bootstrap has been moving to [using 
css variables](https://getbootstrap.com/docs/5.3/customize/css-variables/), but 
that it's not a completed transition (going by the issues list at least). 

However, given our basic usage of the sass variables, I suspect that we could 
move to using their css variables, but I'm not certain on that.

As for other more advanced uses of sass, I'm not sure that we have much any 
more. Most sass-based calculations have been removed (although I see there's 
some in common.scss) and I again suspect that we could replace most, if not 
all, of these either with CSS or with removing some unnecessary custom css.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6679#issuecomment-3719907716
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