You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

postcss.config.js 194B

123456789
  1. module.exports = {
  2. parser: 'sugarss',
  3. plugins: [
  4. require('postcss-import'),
  5. require('postcss-calc'),
  6. require('precss'),
  7. require('autoprefixer'),
  8. ],
  9. }