Answers for "if you have manually configured purgecss outside of tailwind or are deliberately not removing unused styles, set `purge: false` in your tailwind config file to silence this warning"

CSS
-1

purge tailwind css

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

Code answers related to "if you have manually configured purgecss outside of tailwind or are deliberately not removing unused styles, set `purge: false` in your tailwind config file to silence this warning"

Browse Popular Code Answers by Language