Skip to content
Snippets Groups Projects
postcss.config.js 80 B
Newer Older
moon's avatar
moon committed
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  }
}