3
0
corteza/client/web/compose/postcss.config.js
2022-11-14 09:26:44 +01:00

7 lines
84 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
'postcss-rtl': {},
},
}