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

7 lines
84 B
JavaScript

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