platform/packages/panel/postcss.config.js
Andrey Platov 18bcd8944d
introduce @anticrm/panel package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-11 21:09:39 +02:00

6 lines
66 B
JavaScript

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