登录 注册
当前位置:主页 > 资源下载 > 16 > postcss-plugin-pxtoviewport下载

postcss-plugin-pxtoviewport下载

  • 更新:2024-10-23 22:14:08
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

postcss-plugin-pxtoviewport 用法 配合postcss可以使px转为vw和rem 输入/输出 可以通过配置参数,实现px同时转为vw和rem // 输入 h1 { margin: 0 0 20px; font-size: 32px; line-height: 1.2; letter-spacing: 1px; } // 输出 h1 { margin: 0 0 20px; margin: 0 0 1.25rem; margin: 0 0 5.33333vw; font-size: 32px; font-size: 2rem; font-size: 8.53333vw; line-height: 1.2; letter-spacing: 1px; } 参数 Type: Ob