// Remove converted properties from the generated code. This needs to be
// set to ensure that CSS minifiers don't remove the generated values.
postcssPresetEnv({
stage:1,
preserve:false,
autoprefixer:{
cascade:false,
grid:'no-autoplace',
},
features:{
'blank-pseudo-class':false,
'focus-visible-pseudo-class':false,
'focus-within-pseudo-class':false,
'has-pseudo-class':false,
'image-set-function':false,
'prefers-color-scheme-query':false,
}
}),
postcssCalc,
autoprefixer({
// Output without visual cascade for more consistency with existing
// Drupal CSS.
cascade:false
}),
postcssHeader({
header:`/*\n * DO NOT EDIT THIS FILE.\n * See the following change record for more information,\n * https://www.drupal.org/node/3084859\n * @preserve\n */\n`,