Rocket.Chat/apps/meteor/.postcssrc
2022-04-06 00:15:55 -03:00

15 lines
245 B
Plaintext

{
"plugins": {
"postcss-easy-import": {},
"postcss-custom-properties": {
"preserve": true
},
"postcss-media-minmax": {},
"postcss-nested": {},
"autoprefixer": {}
},
"excludedPackages": [
"deepwell:bootstrap-datepicker2"
]
}