-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support row_gutter in IE #919
Conversation
⚡ PR built on Travis and deployed a now preview here:
|
@remydenton try updating your PL examples to have each of your |
@remydenton since we need to loop through all the spacing size options and the values of those options are 1:1 here, I'd say yes it is correct. If we needed to add or adjust which values are in this Sass map then instead I'd suggest creating a new local variable that takes the global spacing sizes and changes things out as needed. Make sense? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@remydenton check out my comments and make sure this all makes sense and answers your couple points you brought up.
This looks good to me otherwise!
@sghoweri, thanks for the responses. I'm clear on everything except for the Are you saying that instead of the rows being 1, 2, and 2 in the demos, they should be 2, 3, and 4? And any usage of grid that uses inset needs to know that it shouldn't use row 1 (while any usage of grid that does not have inset should use row 1)? I'm hoping I'm just misunderstanding-- if that's true, it feels quite complex. |
@sghoweri, please have a look at my most recent commit. The part that doesn't feel right is that a grid with |
Jira
http://vjira2:8080/browse/BDS-719
Summary
Adds support for the grid component's row_gutter parameter in IE 11.
Adds demos for grid component row_gutter and vinset
Details
Notes:
row_gutter=none
since it works by default.Questions that should be resolved before merging:
$bolt-spacing-values
variable for the scss loop?pattern-lab/?p=components-grid-row-vinset-variations
). Namely, It only adds an inset to the bottom of the grid. Am I doing something wrong or is this a separate bug?How to test
/pattern-lab/?p=components-grid-row-gutter-variations