Files
corteza/client/web/admin/postcss.config.js
T

7 lines
84 B
JavaScript

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