Answers for "tailwind purge only in production"

CSS
0

purge tailwind 3

Replace purge with content
- purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
+ content: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
Posted by: Guest on December-15-2021
-1

purge tailwind css

purge: [
    './src/**/*.html',
    './src/**/*.vue',
    './src/**/*.jsx',
  ],
Posted by: Guest on July-20-2021

Browse Popular Code Answers by Language