-
Tiago Evangelista Pinto authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
Martin <martin.schoeler@rocket.chat>
Tiago Evangelista Pinto authoredCo-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
Martin <martin.schoeler@rocket.chat>
postcss.config.js 278 B
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: {},
},
};