1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-10-05 13:27:09 +03:00
victor-mono/postcss.config.js

6 lines
59 B
JavaScript
Raw Permalink Normal View History

2019-06-04 14:05:30 +03:00
module.exports = {
plugins: {
autoprefixer: {}
}
}