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

Warn if minimum width of smallest breakpoint != 0 #19308

Merged
merged 1 commit into from
Oct 28, 2016
Merged

Conversation

alberto
Copy link
Contributor

@alberto alberto commented Feb 24, 2016

Fixes #19217

@mixin _assert-starts-at-zero($map) {
$values: map-values($map);
$firstValue: nth($values, 1);
@if $firstValue != 0 {

Choose a reason for hiding this comment

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

Name of variable firstValue should be written in all lowercase letters with hyphens instead of underscores

@mdo
Copy link
Member

mdo commented Oct 10, 2016

If this is good by you @cvrebert, I'm good to merge.

@mdo mdo added this to the v4.0.0-alpha.6 milestone Oct 28, 2016
@mdo mdo mentioned this pull request Oct 28, 2016
@mdo mdo merged commit 79628b3 into twbs:v4-dev Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants