mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Improve `purge` performance in layers mode In layers mode, skip `purgecss` completely if source stylesheet does not have any tailwind layers. For the legacy codebases with a lot of non-tailwind stylesheets, it dratically improves the performance of the production build. * fix: purgecss should respect safelist.variables
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"devDependencies": {
|
|
"cssnano": "^4"
|
|
},
|
|
"dependencies": {
|
|
"purgecss": "^4.0.3",
|
|
"autoprefixer": "^9",
|
|
"postcss": "^7",
|
|
"postcss-functions": "^3",
|
|
"postcss-js": "^2",
|
|
"postcss-nested": "^4"
|
|
}
|
|
}
|