platform/plugins/support-resources/postcss.config.js
Alexander Onnikov 2a26b85a6a
UBER-690 Intercom integration (#3577)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
2023-08-17 12:38:10 +07:00

6 lines
66 B
JavaScript

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