postcss.config.js 104 B

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