mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
postcss: Work around postcss-extend-rule incompatibility with :is().
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
d33d52f3af
commit
ac29ae21da
@@ -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,
|
||||
},
|
||||
}),
|
||||
|
Reference in New Issue
Block a user