Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing: Using units versus NO units for widths?? #101

Open
moonbeetle opened this issue Jul 1, 2014 · 0 comments
Open

Confusing: Using units versus NO units for widths?? #101

moonbeetle opened this issue Jul 1, 2014 · 0 comments

Comments

@moonbeetle
Copy link

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.

@moonbeetle moonbeetle changed the title semantic.gs website is down? Confusing: Using units versus NO units for widths?? Jul 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant