mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
9 lines
200 B
JavaScript
9 lines
200 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
require('autoprefixer')
|
|
]
|
|
}
|