Skip to content
Snippets Groups Projects
postcss.config.js 59 B
Newer Older
Christoph Wurst's avatar
Christoph Wurst committed
module.exports = {
  plugins: {
    autoprefixer: {}
  }
}