You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Defaults which you can freely override
$column-width: 60px;
$gutter-width: 20px;
$columns: 12;
In style.scss
// Specify the number of columns and set column and gutter widths
$columns: 12;
$column-width: 60;
$gutter-width: 20;
// Remove the definition below for a pixel-based layout
$total-width: 100%;
Using units versus NO units for widths??
This is confusing, please explain, I know that it is working but I want to know WHY it has to be that way.
The text was updated successfully, but these errors were encountered:
moonbeetle
changed the title
semantic.gs website is down?
Confusing: Using units versus NO units for widths??
Jul 1, 2014
In grid.scss
// Defaults which you can freely override
$column-width: 60px;
$gutter-width: 20px;
$columns: 12;
In style.scss
// Specify the number of columns and set column and gutter widths
$columns: 12;
$column-width: 60;
$gutter-width: 20;
// Remove the definition below for a pixel-based layout
$total-width: 100%;
Using units versus NO units for widths??
This is confusing, please explain, I know that it is working but I want to know WHY it has to be that way.
The text was updated successfully, but these errors were encountered: