platform/plugins/survey-resources/postcss.config.js
Pete Anøther 916c499af3
TSK-1668: Survey plugin (#4174)
Signed-off-by: Petr Vyazovetskiy <develop.pit@gmail.com>
2023-12-14 23:33:38 +07:00

6 lines
66 B
JavaScript

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