mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 14:58:55 +00:00
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by: Martin <martin.schoeler@rocket.chat>
15 lines
278 B
JavaScript
15 lines
278 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
'postcss-css-variables': {
|
|
preserve: true,
|
|
},
|
|
'postcss-selector-not': {},
|
|
'postcss-flexbugs-fixes': {},
|
|
'postcss-ie11-supports': {},
|
|
'postcss-logical': {},
|
|
'postcss-dir-pseudo-class': {},
|
|
cssnano: {},
|
|
},
|
|
};
|