1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-05 09:17:52 +03:00
traefik/webui/.postcssrc.cjs

9 lines
200 B
JavaScript
Raw Normal View History

2019-08-26 19:15:41 +03:00
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}