Created
September 2, 2013 21:44
-
-
Save Sulcalibur/6417527 to your computer and use it in GitHub Desktop.
Neat Grid Visual Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$visual-grid: true !default; // Display the base grid | |
$visual-grid-color: #EEE !default; | |
$visual-grid-index: back !default; // Show grid behind content (back) or overlay it over the content (front) | |
$visual-grid-opacity: 0.6 !default; | |
$visual-grid-breakpoints: () !default; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment