Skip to content

Commit

Permalink
Modify PostCSS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkerimov committed Dec 24, 2019
1 parent 57c2d27 commit 80a3d7a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions postcss.config.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const precss = require('precss');
const autoprefixer = require('autoprefixer');
const cssImport = require('postcss-import');

module.exports = {
plugins: [cssImport(), precss(), autoprefixer()],
};
plugins: {
autoprefixer: {}
}
}

0 comments on commit 80a3d7a

Please sign in to comment.