Skip to content
Snippets Groups Projects
postcss.config.js 154 B
Newer Older
  • Learn to ignore specific revisions
  •   plugins: {
        'postcss-import': {},
        'tailwindcss/nesting': 'postcss-nesting',
        tailwindcss: {},
        autoprefixer: {},
      },