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

row-cols-# (where # is greater than 6) is ignored #36691

Closed
awbottrel opened this issue Jul 6, 2022 · 1 comment
Closed

row-cols-# (where # is greater than 6) is ignored #36691

awbottrel opened this issue Jul 6, 2022 · 1 comment
Labels

Comments

@awbottrel
Copy link

I've found that row-cols stops at 6. If you try row-cols-7 or greater, it will just be ignored.
Curious if this is a bug or something I'm misunderstanding about the grid. Is there currently a way around it (still using row-cols)?

@hadouin
Copy link
Contributor

hadouin commented Jul 7, 2022

I'm guessing you will need to customize the sass import by changing this variable:

$grid-row-columns:            6 !default;

However this is not inlcuded in grid documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants