platform/plugins/devmodel-resources/postcss.config.js
Andrey Sobolev c06d48e0b0
Devmodel tools (#404)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2021-11-30 12:11:37 +01:00

6 lines
66 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}