1
0
mirror of https://github.com/filegator/filegator.git synced 2025-05-09 08:25:19 +02:00
filegator/postcss.config.js
Milos Stojanovic 261607e1d3 initial commit
2019-06-13 18:52:40 +02:00

6 lines
59 B
JavaScript

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