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

Consistent Breakpoints in Theme #839

Merged
merged 4 commits into from
Jun 22, 2021
Merged

Consistent Breakpoints in Theme #839

merged 4 commits into from
Jun 22, 2021

Conversation

cjiang2000
Copy link
Contributor

Changed most @media to @include breakpoints instead. Also moved answers-variable imports into common/variables. Changed $screen-xs-max value to $breakpoint-mobile-max and $screen-sm-min value to $breakpoint-mobile-min.

J=SLAP-1277
TEST=manual
Built the test site and checked on Chrome and IE11 for any unusual activity with varying window sizes.

…rs-variable imports into common/variables. Changed $screen-xs-max value to $breakpoint-mobile-max and $screen-sm-min value to $breakpoint-mobile-min.

J=SLAP-1277
TEST=manual
Built the test site and checked on Chrome and IE11 for any unusual activity with varying window sizes.
@coveralls
Copy link

coveralls commented Jun 17, 2021

Coverage Status

Coverage increased (+0.2%) to 5.713% when pulling e12cd71 on dev/breakpoints into 72ba4c7 on develop.

@@ -9,8 +9,8 @@ $vertical-margin-top: $grid-gutter-width !default;
$vertical-margin-bottom: $grid-gutter-width !default;

$screen-xs-min: 480px;
$screen-xs-max: 767px;
$screen-sm-min: 768px;
$screen-xs-max: 768px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we mean to change screen-xs-max from 767 to 768?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, but it doesn't make a difference because we are no longer using those values in utilitymixins. I'll change it back though just for more clarity.

Copy link
Contributor

@oshi97 oshi97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! 🥼

@cjiang2000 cjiang2000 merged commit 63d44c7 into develop Jun 22, 2021
@cjiang2000 cjiang2000 deleted the dev/breakpoints branch June 23, 2021 15:15
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.

3 participants