Skip to content
Snippets Groups Projects
Forked from Stud.IP / Stud.IP
2419 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
postcss.config.js 66 B
module.exports = {
  plugins: [
    require('autoprefixer')
  ]
}