platform/plugins/tracker-resources/postcss.config.js
Andrey Sobolev 8cd1797696
Tracker Issue tracking system (#1243)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-03-31 15:32:42 +07:00

6 lines
66 B
JavaScript

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