platform/packages/rekoni/postcss.config.js
Andrey Sobolev 5b644aac5c
Recognize attached document properties on Candidate creation (#904)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-02 10:03:29 +01:00

6 lines
66 B
JavaScript

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