yunfei

Results 6 issues of yunfei

可以给个联系方式吗大佬

Does postcss-px-to-viewport support lesss? I'm using the non-converted syntax in less and found that it still converts. postcss-px-to-viewport支持less吗?我在less中使用他的时候发现禁止转换的注释无效,它依旧给转换了 Neither using /* px-to-viewport-ignore */ nor using /* px-to-viewport-ignore-next */ will work....

对 `hyphenate` 做了点优化, 针对连续大写专有名词 ```js // 优化前: console.log(hyphenate('getDataFromDB', '_')) // output: get_data_from_d_b // 优化后: console.log(hyphenate('getDataFromDB', '_')) // output: get_data_from_db ```

未作任何更改,npm i,npm run serve,然后报错 麻烦看一下