postcss.config.js 108 B

1234567
  1. module.exports = {
  2. plugins: {
  3. 'postcss-px-to-viewport': {
  4. viewportWidth: 375
  5. }
  6. }
  7. }