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