postcss.config.cjs 71 octets
Newer Older
Duc's avatar
Duc a validé
module.exports = {
  plugins: {
    '@tailwindcss/postcss': {},
  },
}