platform/packages/kanban/postcss.config.js
Andrey Sobolev 13f0569127
Tracker: Board view (#1325)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-04-08 10:01:44 +07:00

6 lines
66 B
JavaScript

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