traefik/webui/postcss.config.js

6 lines
60 B
JavaScript
Raw Normal View History

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