Newer
Older
IntegratedFront / postcss.config.js
lyg on 1 Nov 61 bytes first
module.exports = {
  plugins: {
    autoprefixer: {},
  },
}