ilk
This commit is contained in:
9
ui/postcss.config.js
Normal file
9
ui/postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// https://github.com/michael-ciniawsky/postcss-load-config
|
||||
import autoprefixer from 'autoprefixer'
|
||||
|
||||
export default {
|
||||
plugins: [
|
||||
// to edit target browsers: use "browserslist" field in package.json
|
||||
autoprefixer
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user