remove extra white space

This commit is contained in:
IanDelMar 2022-02-28 19:05:52 +01:00
parent a915af4ecd
commit f65acee014
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module.exports = ( ctx ) => {
plugins: {
autoprefixer: {
cascade: false,
env: BS4 ? 'bs4' : 'bs5',
env: BS4 ? 'bs4' : 'bs5',
},
'postcss-understrap-palette-generator': {
colors: colors.map( ( x ) => `--${ colorInfix }${ x }` ),