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.
阅读本文后,如何将rem与 susy 一起使用?
目前使用ems,但似乎rem是未来 :)
我还注意到在 v1.0.5 版本中支持rem,但我只是为了了解如何将它集成到我的网站中。
谢谢
没什么。您所要做的就是更改您的设置。例如:
$column-width : 4rem; $gutter-width : 1rem; $grid-padding : 1rem;
如果您在任何地方创建了自定义数学,您可能会发现必须从 ems 切换到 rems 的其他地方。只需从网格设置开始,编译代码并追踪任何错误。