Open meiqinLiu opened 4 years ago
I tested it In this way, it works
module.exports = { plugins: { 'postcss-px-to-viewport': { viewportWidth: 750, // 设计稿的视口宽度 minPixelValue: 1, // 设置最小的转换数值,如果为1的话,只有大于1的值会被转换 exclude: [/node_modules/], include: [/mobile/] } } }
Can you write an example of include? How do you write it? I downloaded the above case of GitHub and failed to configure include