]> git.openstreetmap.org Git - rails.git/commitdiff
Switch from sassc-rails to dartsass-sprockets
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Sep 2023 14:26:58 +0000 (15:26 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Sep 2023 08:35:30 +0000 (09:35 +0100)
sassc-rails, and its underlying libsass, is deprecated. dartsass-sprockets
allows us to use the currently maintained dartsass implementation,
without having to change any of our toolchain.

The version of sass-embedded is pinned to avoid warnings in bootstrap. When
we upgrade bootstrap versions, we can upgrade sass-embedded to match.


No differences found