Skip to content
Snippets Groups Projects
postcss.config.cjs 82 B
Newer Older
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}