wswmsword / postcss-mobile-forever

一款 PostCSS 插件,将固定尺寸的视图转为可跟随宽度变化而等比例伸缩的视图。To adapt different displays by one mobile viewport.
https://wswmsword.github.io/examples/mobile-forever/vanilla/
MIT License
306 stars 19 forks source link

include是否有使用demo #9

Closed yudan215 closed 11 months ago

yudan215 commented 1 year ago

使用vite vue 多页应用,如何只是mobile下面的文件才生效,配置了include: /mobile/,不起效果

wswmsword commented 1 year ago

是不是除了项目内,完整的本地路径里也包含 mobile 字符串,正则写的更精确一点试试看,我也写了个 demo,试了下可以不转换非 mobile 文件夹内的样式,我这个正则对应了 pages 文件夹下的 mobile 文件夹:/pages\/mobile\//