Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是SASS的新手。我正在使用 SASS 开发一个项目。我已经完成了这个项目,它在除 IE8 之外的大多数浏览器中都能完美运行。我注意到 ie8 不支持 rem 值。
现在我需要解决这个问题而不触及现有的 SASS 文件。是否有可能拥有将 rem 转换为 px 值的 mixin 文件?
我们可以使用以下插件将 rem 值转换为 px 值。它非常易于使用并且可以完美运行。
用于 rem 到 px 值的 npm 插件