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

Deprecated bp() Sass function in favor of $breakpoint variables #116

Merged
merged 4 commits into from
May 22, 2019

Conversation

scottanthonymurray
Copy link
Contributor

This pull request replaces remaining instances of the bp() Sass function with the appropriate $breakpoint-* variable. This should help make the Sass easier to read.

Fixes #115

Copy link
Member

@levimcg levimcg left a comment

Choose a reason for hiding this comment

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

This looks great. Thanks for jumping on it so quick! Approving here with one quick ask. Could you add a DEPRECATED note to the bp() function in the _tools.scss file? Just a quick note saying that it will go away in v2 and to use the $breakpoint-* variables instead. Thanks! 🙌

@scottanthonymurray scottanthonymurray merged commit 15dca65 into develop May 22, 2019
@scottanthonymurray scottanthonymurray deleted the feature/remove-mq-mixin branch May 22, 2019 14:32
@levimcg levimcg added the 1.6.0 label May 23, 2019
@levimcg levimcg changed the title Replaced instances of bp() with the $breakpoint variable Deprecated bp() Sass function in favor of $breakpoint variables May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace instances of bp() with breakpoint variable
2 participants