使用指南针 +轨道中的蓝图。如何获得视觉网格叠加
我确信我曾经看到过一种在使用蓝图+指南针时在页面顶部覆盖网格的技术。关于如何打开它的任何想法。
I am sure I saw at one point a technique to overlay a grid on top of the page when using blueprint + compass. Any idea on how to turn this on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不要按照答案中的建议进行操作,这是错误的方法。
sass 的目标是避免向
html
添加演示内容。在您的
sass
或.scss
文件中执行+showgrid
或@include showgrid
。Don't do what's suggested on the answer, that's the incorrect way to do it.
The goal of sass is to avoid adding presentation stuff to your
html
.Inside your
sass
or.scss
file do a+showgrid
or a@include showgrid
.将
放入“主”html 页面/布局中
put
<div class="container showgrid">
in your "main" html page/layout