postcss.config.js 88 B

12345678
  1. module.exports = {
  2. plugins: {
  3. 'postcss-px2rem': {
  4. remUnit: 37.5
  5. }
  6. }
  7. }