// Remove converted properties from the generated code. This needs to be
// set to ensure that CSS minifiers don't remove the generated values.
preserve: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/2815083\n * @preserve\n */\n`,