-
-
Notifications
You must be signed in to change notification settings - Fork 425
Conversation
- TODO: Make the grid overlay responsive
- Update README with a list of all the settings
@@ -274,23 +274,48 @@ Here is a summary of possible argument combinations: | |||
@include breakpoint(max-width, 4); | |||
@include breakpoint(320px max-width 480px); | |||
|
|||
### Visual grid | |||
|
|||
By setting `$visual-grid` to `true`, you can display the base grid in the background (default) or as an overlay. You can even change the color and opacity of the gridlines by overriding the default settings as detailed in the section below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd note that in webkit the visual grid might be slightly off due to rounding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fact the other way around. The visual grid produces less rounding errors than the span-columns() mixin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just meant explain why sometimes it might not always line up perfectly. I would think that they would and the fact that they don't would make me think that I am doing something wrong with my code.
No description provided.