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

Comprehensive list of column widths #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Comprehensive list of column widths #5

wants to merge 2 commits into from

Conversation

svlasov
Copy link

@svlasov svlasov commented Oct 25, 2012

I wrote a script which generates css selectors for all possible column widths (up to 12 columns) and updated your css file with its output.

.col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, for example, 4-6 and 6-9 are missing

@ghost
Copy link

ghost commented Oct 29, 2012

Thanks, @svlasov. You saved me quite a bit of time filling in the blanks.

@ThisIsDallas, thanks for making a responsive grid which is just a responsive grid, not an entire framework of stuff I don't need. Much appreciated.

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

Successfully merging this pull request may close these issues.

1 participant