postcss.config.js 130 B

12345678
  1. module.exports = {
  2. plugins: {
  3. 'tailwindcss/nesting': 'postcss-nesting',
  4. tailwindcss: {},
  5. autoprefixer: {}
  6. },
  7. };