显示指南针蓝图网格

发布于 2024-10-06 13:14:37 字数 186 浏览 1 评论 0原文

是否可以显示指南针蓝图网格以查看其布局。

这是我想要实现的示例:

http://www.blueprintcss.org/tests /parts/grid.html

Is it possible to show compass blueprint grid to see its layout.

Here is the sample that I want to achieve:

http://www.blueprintcss.org/tests/parts/grid.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

我早已燃尽 2024-10-13 13:14:37

或者,包含 showgrid mixin(原始 SASS 语法中的 +showgrid):

#my-container
  +showgrid

但是,您确实需要为您的特定网格风格生成图像:

$ compass grid-img W+GxH [path/to/grid.png]
# Where:
# 
# W = Width of 1 column in pixels.
# G = Width of 1 gutter in pixels.
# H = Height of the typographic baseline in pixels.

Alternatively, include the showgrid mixin (+showgrid in the original SASS syntax):

#my-container
  +showgrid

You do, however, need to generate the image for your particular grid flavor:

$ compass grid-img W+GxH [path/to/grid.png]
# Where:
# 
# W = Width of 1 column in pixels.
# G = Width of 1 gutter in pixels.
# H = Height of the typographic baseline in pixels.
最后的乘客 2024-10-13 13:14:37

只需将 showgrid 类添加到容器中,

如果您检查该页面上的元素并删除 showgrid 类,您就会看到它消失

Just add the class showgrid to your container

if you inspect element on that page and remove the showgrid class you'll see it disappear

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