Skip to content
#

wepy

Here are 205 public repositories matching this topic...

bilibilibilibili
bilibilibilibili commented Jul 9, 2020

page 使用 styl写样式,但代码补全与 rpx 转换都无效,请问是配置有问题还是不支持相应配置,谢谢。
wepy.config.js内配置如下:

 compilers: {
        postcss: {
            plugins: [
                require('autoprefixer')({
                    overrideBrowserslist: ['last 2 versions']
                }),
                require('postcss-pxtorpx-pro')({})
            ]
        },
        less: {
            compress: prod,
    

Improve this page

Add a description, image, and links to the wepy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wepy topic, visit your repo's landing page and select "manage topics."

Learn more