1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-07-07 02:46:22 +03:00
victor-mono/postcss.config.js
Rune Bjørnerås 449f8ce118 Initial
2019-06-04 13:05:30 +02:00

6 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}