WebStorm开发微信小程序:解决在wxss中格式化rpx前会多出一个空格的问题

开发环境

  • Windows 10

软件工具

  • sed
    下载地址:https://github.com/mbuilov/sed-windows

配置Webstorm

1、需要利用文件监听: preference->Tools->File Watchers
2、点击下方 + 号,新增一个文件监听
3、
name: 自定义即可
File type: 选择 Cascading Style Sheet
Program: 写上sed.exe全路径
Arguments:-i s/"\ rpx"/rpx/g F i l e P a t h FilePath FilePath
Output paths to refresh: F i l e P a t h FilePath FilePath

参考文档:https://course.7yue.pro/lin/sleeve/5%20webstorm开发小程序常用设置.html#常用设置

你可能感兴趣的:(Webstorm,微信小程序)