summaryrefslogtreecommitdiffstats
path: root/web_src/css/themes
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-03-16 20:06:53 +0100
committerGitHub <noreply@github.com>2023-03-16 15:06:53 -0400
commit4b722068058931ab2734955a6b4120d5fa3d0830 (patch)
tree0e0c8f0feeb69fb1650d721a51037f46454eebed /web_src/css/themes
parent6bad0fb24f0a2549da42d3d143be9f355712e8b3 (diff)
downloadgitea-4b722068058931ab2734955a6b4120d5fa3d0830.tar.gz
gitea-4b722068058931ab2734955a6b4120d5fa3d0830.zip
Update mini-css-extract-plugin, remove postcss (#23520)
Follow-up and proper fix for https://github.com/go-gitea/gitea/pull/23504 Update to [mini-css-extract-plugin@2.7.4](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v2.7.4) which fixes our specific issue described in https://github.com/webpack-contrib/css-loader/issues/1503 and which allows us to again drop the postcss dependency. Backport of this is not necessary as I have included it in https://github.com/go-gitea/gitea/pull/23508. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/css/themes')
-rw-r--r--web_src/css/themes/theme-auto.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/css/themes/theme-auto.css b/web_src/css/themes/theme-auto.css
index ced3ef5238..e0d31e2cfb 100644
--- a/web_src/css/themes/theme-auto.css
+++ b/web_src/css/themes/theme-auto.css
@@ -1,2 +1 @@
-/* This import requires postcss-import so the media query is preserved in the output */
@import "./theme-arc-green.css" (prefers-color-scheme: dark);