postcss: Work around postcss-extend-rule incompatibility with :is().

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-05-23 21:57:56 -07:00
committed by Anders Kaseorg
parent d33d52f3af
commit ac29ae21da

View File

@@ -21,6 +21,7 @@ const config = ({file}) => ({
postcssSimpleVars({variables: {...container_breakpoints, ...media_breakpoints}}),
postcssPresetEnv({
features: {
"is-pseudo-class": true, // Needed for postcss-extend-rule
"nesting-rules": true,
},
}),