Skip to content

Commit

Permalink
Fix style in postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
heyhippari committed Mar 13, 2020
1 parent ca01ca5 commit 6824ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const postcssPresetEnv = require('postcss-preset-env')
const postcssPresetEnv = require('postcss-preset-env');
const cssnano = require('cssnano');

const config = () => ({
plugins: [
postcssPresetEnv(),
cssnano()
]
})
});

module.exports = config

0 comments on commit 6824ed5

Please sign in to comment.