wswmsword / postcss-mobile-forever

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

在html标签上内嵌style里写宽高,不会适配 #45

Closed Wal1e closed 1 month ago

wswmsword commented 1 month ago

对的,因为 PostCSS 插件只扫描并转换样式文件,别的 .html.js 之类的文件应该是忽略扫描的。

要转行内样式,可以试试 scale-viewclampVw(75) => min(10vw, 60px)