postcss.config.js 118 B

1234567
  1. import postcssPresetEnv from 'postcss-preset-env'
  2. export default {
  3. plugins: {
  4. "@tailwindcss/postcss": {},
  5. }
  6. }