Skip to content
Snippets Groups Projects
Select Git revision
7 results Searching

postcss.config.js

Blame
  • postcss.config.js 84 B
    module.exports = {
      plugins: ['postcss-import', 'tailwindcss', 'autoprefixer'],
    };