显示指南针蓝图网格
Is it possible to show compass blueprint grid to see its layout.
Here is the sample that I want to achieve:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Is it possible to show compass blueprint grid to see its layout.
Here is the sample that I want to achieve:
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
或者,包含 showgrid mixin(原始 SASS 语法中的
+showgrid
):但是,您确实需要为您的特定网格风格生成图像:
Alternatively, include the showgrid mixin (
+showgrid
in the original SASS syntax):You do, however, need to generate the image for your particular grid flavor:
只需将 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