使用指南针 +轨道中的蓝图。如何获得视觉网格叠加

发布于 2024-11-08 12:25:41 字数 54 浏览 0 评论 0原文

我确信我曾经看到过一种在使用蓝图+指南针时在页面顶部覆盖网格的技术。关于如何打开它的任何想法。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苦行僧 2024-11-15 12:25:41

不要按照答案中的建议进行操作,这是错误的方法。

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.

国粹 2024-11-15 12:25:41

放入“主”html 页面/布局中

put <div class="container showgrid"> in your "main" html page/layout

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文