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

Grid col-attributes #17

Closed
petrachi opened this issue Dec 6, 2014 · 0 comments
Closed

Grid col-attributes #17

petrachi opened this issue Dec 6, 2014 · 0 comments

Comments

@petrachi
Copy link
Owner

petrachi commented Dec 6, 2014

the col attribut gets duplicated at some point

like here

<div class="grid">
  <div class="grid-row">
    <div class="grid-col-3">...</div>
    <div class="grid-col-3 grid-col-3">...</div>
    <div class="grid-col-3 grid-col-3 grid-col-3">...</div>
  </div>
</div>
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