Skip to content
Snippets Groups Projects
postcss.config.js 80 B
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {}
  }
}