-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Blueprint Documentation: Debug Module
chriseppstein edited this page Sep 13, 2010
·
3 revisions
The source of the debug module can be found here.
To import the Blueprint Debug Module to any Sass File:
@import blueprint/modules/debug.sass
Class mixins provide classes and/or define styles for elements. These will be scoped according to the selector you mix them into or you can mix them into the top level of your stylesheet.
Mixin | Description |
+blueprint-debug |
Defines the .showgrid class that you can apply to your grid containers in order to check grid alignment. |
Style mixins provide styles that can be mixed into any selector.
Mixin | Description |
+showgrid |
Adds styles into the selector of your choice — equivalent to the .showgrid class. |