platform/plugins/document-resources/postcss.config.js
Alexander Onnikov 58d39f0cd6
UBERF-5642 Opensource wiki (#4818)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-02-29 15:32:39 +07:00

6 lines
66 B
JavaScript

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