platform/plugins/uploader-resources/postcss.config.js
Alexander Onnikov 58c7027a04
UBERF-7605 Uppy integration (#6085)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-07-17 16:39:03 +07:00

6 lines
66 B
JavaScript

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