Sou*_*lap 6 printing layout zurb-foundation
如何让我的> 768px布局用于打印?我似乎回归到移动布局.我正在使用修复程序https://github.com/zurb/foundation/issues/1285 任何帮助将非常感谢.日Thnx.
就在@import"设置"之后; 在app.scss中添加:
$small: "print, screen and (min-width:"#{$small-screen}")";
Run Code Online (Sandbox Code Playgroud)
这似乎有效.