The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/.postcssrc

20 lines
345 B

{
"plugins": {
"postcss-easy-import": {},
"postcss-custom-properties": {
"preserve": true
},
"postcss-media-minmax": {},
"postcss-selector-not": {},
"postcss-nested": {},
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
},
"excludedPackages": [
"deepwell:bootstrap-datepicker2",
"smoral:sweetalert"
]
}