Newer
Older
smartwell_app_front / postcss.config.js
StephanieGitHub on 6 Aug 2019 103 bytes first commit
const autoprefixer = require('autoprefixer')

module.exports = {
  plugins: [
    autoprefixer()
  ]
}