postcss.config.js
changeset 315 f5cae9eaa296
equal deleted inserted replaced
314:27377f679c16 315:f5cae9eaa296
       
     1 module.exports = {
       
     2   plugins: [
       
     3     require('autoprefixer')({ /* ...options */ })
       
     4   ]
       
     5 }