2022-03-11 10:25:30 +00:00
|
|
|
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
|
|
|
|
module.exports = {
|
2022-03-11 10:36:40 +00:00
|
|
|
plugins: [
|
|
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
|
|
require('autoprefixer'),
|
|
|
|
],
|
2022-03-11 10:25:30 +00:00
|
|
|
};
|