platform/plugins/onboard-resources/postcss.config.js
Alexander Onnikov b6af63fcb0
Move onboard into separate app (#6191)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-07-31 15:14:21 +07:00

6 lines
66 B
JavaScript

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