From 994ef719ae475309cc027aefe4a928f11772abff Mon Sep 17 00:00:00 2001 From: Bhrugesh Bavishi <42119025+bhrugesh96@users.noreply.github.com> Date: Wed, 19 Jul 2023 01:09:26 +0530 Subject: [PATCH] There is typo mistatke in postcss config file. (#882) Co-authored-by: Bhrugesh --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index ef3bf574d..bf155a3e4 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -13,7 +13,7 @@ module.exports = ( { file, options, env } ) => ( { /* eslint-disable-line */ } }, 'postcss-mixins': {}, - // Minify style on production using cssano. + // Minify style on production using cssnano. cssnano: 'production' === env ? { preset: [