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

Blocks #1

Open
garhbod opened this issue Apr 17, 2015 · 0 comments
Open

Blocks #1

garhbod opened this issue Apr 17, 2015 · 0 comments
Assignees

Comments

@garhbod
Copy link
Owner

garhbod commented Apr 17, 2015

Like .col- classes but use media queries or widths of the containing element.

If an element had the following classes

<div class="block-xs-12 block-sm-4" >

and it's containing element had a pixel width of less than 480px(or whatever you set for the col-xs- media query) it would apply a .col-xs-12 and remove all other .col- classes.

But if it's containing element had a pixel width greater than 480px it would apply .col-xs-4 and remove all other .col- classes.

@garhbod garhbod self-assigned this Apr 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant