postcss.config.js 198 B

123456789
  1. module.exports = {
  2. plugins: {
  3. // 'postcss-px-to-viewport': {
  4. // viewportWidth: 375,
  5. // landscape: true,
  6. // landscapeWidth: 980,
  7. // },
  8. },
  9. }