You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
367 B

5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
  1. // https://github.com/michael-ciniawsky/postcss-load-config
  2. module.exports = {
  3. "autoprefixer": {
  4. "grid": true
  5. },
  6. "plugins": {
  7. "postcss-import": {},
  8. "postcss-url": {},
  9. // to edit target browsers: use "browserslist" field in package.json
  10. "autoprefixer": {},
  11. "cssnano":{
  12. autoprefixer:false,
  13. "postcss-zindex":false,
  14. }
  15. }
  16. }