Skip to content

Commit

Permalink
There is typo mistatke in postcss config file. (#882)
Browse files Browse the repository at this point in the history
Co-authored-by: Bhrugesh <bhrugesh@linksture.com>
  • Loading branch information
bhrugesh96 and bhrugesh-linksture committed Jul 18, 2023
1 parent fdf43e9 commit 994ef71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 994ef71

Please sign in to comment.