Fix linting issues in PostCSS config
This commit is contained in:
parent
1c5419000c
commit
519fde1aba
1 changed files with 5 additions and 5 deletions
|
@ -2,10 +2,10 @@ const postcssPresetEnv = require('postcss-preset-env');
|
||||||
const cssnano = require('cssnano');
|
const cssnano = require('cssnano');
|
||||||
|
|
||||||
const config = () => ({
|
const config = () => ({
|
||||||
plugins: [
|
plugins: [
|
||||||
postcssPresetEnv(),
|
postcssPresetEnv(),
|
||||||
cssnano()
|
cssnano()
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = config
|
module.exports = config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue