← back to Watches

postcss.config.js

7 lines

export default {
  plugins: {
    '@tailwindcss/postcss': {},
    autoprefixer: {},
  },
}