.postcssrc 69 B

1234567
  1. {
  2. "plugins": {
  3. "autoprefixer": {
  4. "grid": true
  5. }
  6. }
  7. }