openstreetmap-website/app/assets
Andy Allan e108ec6d48 Avoid using sprockets for combining stylesheets
There are two options for combining stylesheets, using sprockets
(via `require` statements) or using sass (via `@import` statements).

This commit switches to using `@import` statements throughout, to
avoid a bug with libsass that prevents us from using bootstrap 5.2+

See https://github.com/sass/sassc-rails/issues/174

Since R2 is not triggered when `@import`ing a file, we need to
switch the top-level stylesheet names to include the extension. We
can also take the opportunity to remove a level of indirection,
along with removing symlinks which cause problems on some platforms.

* https://github.com/openstreetmap/openstreetmap-website/issues/3984
* https://github.com/openstreetmap/openstreetmap-website/issues/3422
2023-07-12 17:54:51 +01:00
..
config Drop use of html5shiv 2021-11-18 17:20:07 +00:00
favicons Update manifest.json.erb 2021-04-07 19:45:58 +02:00
images Replace spinners in javascript 2022-11-01 00:19:13 +03:00
javascripts Rework the map attribution to avoid raw html in translations. 2023-04-02 10:14:00 +01:00
opensearch Fix opensearch icon & update attribution 2022-02-28 18:38:36 +00:00
stylesheets Avoid using sprockets for combining stylesheets 2023-07-12 17:54:51 +01:00