styles: Rename .scss files back to .css.

css-loader@4 broke @import statements referencing files with
extensions other than .css, unless those @import statements are
compiled away by another loader.  Upstream is more interested in
arguing that such @import statements are semantically incorrect than
applying the one line fix.

https://github.com/webpack-contrib/css-loader/issues/1164

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-15 13:23:01 -07:00
committed by Tim Abbott
parent 7492656b92
commit a3d26d701e
53 changed files with 154 additions and 155 deletions

View File

@@ -7,7 +7,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{sh,py,pyi,xml,css,scss,hbs,html}]
[*.{sh,py,pyi,xml,css,hbs,html}]
indent_size = 4
[{*.{js,json,ts},check-openapi}]