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