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

[6.2] Small breakpoint not availabe #8258

Closed
cietho opened this issue Feb 27, 2016 · 1 comment
Closed

[6.2] Small breakpoint not availabe #8258

cietho opened this issue Feb 27, 2016 · 1 comment

Comments

@cietho
Copy link
Contributor

cietho commented Feb 27, 2016

When I set the following breakpoints:

$breakpoints: (
  small: 0,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1440px,
);
$breakpoint-classes: (small medium large);

I get this error:

Invalid null operation: "null plus "2"". on line 233:13 of D:/Documents/foundation/Scss/util/_breakpoint.scss
D:\Documents\foundation\Scss\app.scss

If I remove the small breakpoint from my $breakpoint-classes, the app.scss gets successfully compiled but there are no classes like hide-for-small or small-12.

Edit: Maybe a problem because of hard coded breakpoints? #8257

@gakimball
Copy link
Contributor

I believe so—I'm going to close this in favor of #8257, where we're working towards a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants