Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Add comments to the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Sep 8, 2012
1 parent 98d98a8 commit dd420ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions settings/_grid.scss
@@ -1,6 +1,6 @@
$column: golden-ratio(1em, 3) !default;
$gutter: golden-ratio(1em, 1) !default;
$grid-columns: 12 !default;
$max-width: golden-ratio(1em, 9) !default;
$border-box-sizing: true !default; // Makes all elements have border-box layout
$default-feature: min-width;
$column: golden-ratio(1em, 3) !default; // Column width
$gutter: golden-ratio(1em, 1) !default; // Gutter between each two columns
$grid-columns: 12 !default; // Total number of columns in the grid
$max-width: golden-ratio(1em, 9) !default; // Max-width of the outer container
$border-box-sizing: true !default; // Makes all elements have a border-box layout
$default-feature: min-width; // Default @media feature for the breakpoint() mixin

0 comments on commit dd420ec

Please sign in to comment.