openstreetmap-website/app
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
..
abilities Move browse#note to notes#show 2023-02-01 17:13:41 +00:00
assets Avoid using sprockets for combining stylesheets 2023-07-12 17:54:51 +01:00
controllers Merge pull request #3907 from Dimitar5555/patch-1 2023-06-14 14:08:38 +01:00
helpers Fix confirmation prompt when granting or revoking roles 2023-07-01 15:21:02 +01:00
jobs Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
mailers Move browse#note to notes#show 2023-02-01 17:13:41 +00:00
models Fix new rubocop warnings 2023-06-27 18:13:33 +01:00
validators Use .add method for adding errors 2021-03-17 17:09:34 +00:00
views Avoid using the zero key for pluralisation in English 2023-07-05 14:47:39 +01:00