mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Added CSS / Postcss optimization like cssnano
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"plugins": {
|
||||
"@tailwindcss/postcss": {}
|
||||
"@tailwindcss/postcss": {},
|
||||
"autoprefixer": {},
|
||||
"cssnano": {
|
||||
"preset": [
|
||||
"default",
|
||||
{
|
||||
"discardComments": {
|
||||
"removeAll": true
|
||||
},
|
||||
"normalizeWhitespace": true,
|
||||
"mergeLonghand": true,
|
||||
"mergeRules": true,
|
||||
"minifySelectors": true,
|
||||
"reduceIdents": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user