Skip to content
Snippets Groups Projects
postcss.config.js 173 B
Newer Older
  • Learn to ignore specific revisions
  • const tailwindcss = require('tailwindcss')
    const autoprefixer = require('autoprefixer')
    
    module.exports = {
        plugins: [
            tailwindcss,
            autoprefixer
        ]
    }