mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
{
|
|
"plugins": {
|
|
"postcss-easy-import": {},
|
|
"postcss-custom-properties": {
|
|
"preserve": true
|
|
},
|
|
"postcss-media-minmax": {},
|
|
"postcss-nested": {},
|
|
"autoprefixer": {}
|
|
},
|
|
"excludedPackages": [
|
|
"deepwell:bootstrap-datepicker2"
|
|
]
|
|
}
|