2
0

postcss.config.js 69 B

12345
  1. module.exports = {
  2. plugins: {
  3. "@tailwindcss/postcss": {},
  4. }
  5. }