From 2e9f767a0f66382c0bb733c61b02952d946b5b62 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 12 Jul 2025 11:53:04 +0100 Subject: [PATCH] Drop KaiOS 2.5 support to fix placeholder styling in Firefox https://github.com/postcss/autoprefixer/issues/1533 --- app/assets/stylesheets/.browserslistrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/assets/stylesheets/.browserslistrc diff --git a/app/assets/stylesheets/.browserslistrc b/app/assets/stylesheets/.browserslistrc new file mode 100644 index 000000000..53935b1e5 --- /dev/null +++ b/app/assets/stylesheets/.browserslistrc @@ -0,0 +1,2 @@ +defaults +not kaios <= 2.5 # https://github.com/postcss/autoprefixer/issues/1533 -- 2.39.5