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

feat(Col): update classes based on alpha.6 changes #267

Merged
merged 1 commit into from
Jan 5, 2017
Merged

Conversation

eddywashere
Copy link
Member

BREAKING CHANGE: The default xs prop now returns .col instead of
.col-xs-12. The auto size value now returns .col-auto or
.col-sm-auto for variable width content columns. Use true or ''
as the size value to return .col or .col-sm for auto layout of
columns (not to be confused with auto -> (variable width of
content)).

Holding off on the flex utility props. I'm starting to think that would be too much and people should apply flex utility classes via className.

BREAKING CHANGE: The default xs prop now returns `.col` instead of
`.col-xs-12`. The `auto` size value now returns `.col-auto` or
`.col-sm-auto` for variable width content columns. Use `true` or `''`
as the size value to return `.col` or `.col-sm` for auto layout of
columns (not to be confused with `auto`  -> (variable width of
content)).
@eddywashere eddywashere merged commit 89ff16c into v4 Jan 5, 2017
@eddywashere eddywashere deleted the col-updates branch January 5, 2017 06:24
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