Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Error: may only compare numbers #72

Open heyalbert opened 8 years ago

heyalbert commented 8 years ago

I installed breakpoint-sass. Maybe not compartible with compass-mixins?

I don't really understand this error:

Error: may only compare numbers
        on line 46 of assets/styles/objects/_header.scss
>>   $nav-toggle-max: max-width 17em;

This is the code I'm using. It's a usual breakpoint -> media width (http://breakpoint-sass.com/) It's working great with ruby sass.

  $nav-toggle-max: max-width 17em;
    @include breakpoint($nav-toggle-max) {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }