mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 12:10:09 +00:00
22 lines
410 B
JSON
22 lines
410 B
JSON
{
|
|
"plugins": {
|
|
"@tailwindcss/postcss": {},
|
|
"autoprefixer": {},
|
|
"cssnano": {
|
|
"preset": [
|
|
"default",
|
|
{
|
|
"discardComments": {
|
|
"removeAll": true
|
|
},
|
|
"normalizeWhitespace": true,
|
|
"mergeLonghand": true,
|
|
"mergeRules": true,
|
|
"minifySelectors": true,
|
|
"reduceIdents": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|