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

Use the same variable name for breakpoints in both Sass and JS #189

Merged
merged 3 commits into from
Jun 9, 2020

Conversation

sebnitu
Copy link
Owner

@sebnitu sebnitu commented Jun 9, 2020

Problem

We have a Sass map named $breakpoints that stores all breakpoints and their keys. In JavaScript, a similar module is called breakpoint which is inconsistent.

Solution

This PR renames the JavaScript module to breakpoints to keep parody between Sass map of the same name and purpose.

Issue ref #188

@sebnitu sebnitu added the PR: fix label Jun 9, 2020
@sebnitu sebnitu merged commit 2b7d27a into master Jun 9, 2020
@sebnitu sebnitu deleted the update-breakpoints-var branch June 9, 2020 00:19
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.

None yet

1 participant