platform/plugins/automation-resources/postcss.config.js

6 lines
66 B
JavaScript
Raw Normal View History

2022-06-23 11:54:58 +03:00
module.exports = {
plugins: [
require('autoprefixer')
]
}