at-import / breakpoint

Really simple media queries in Sass
MIT License
2.09k stars 142 forks source link

Breakpoint errors using LibSass #128

Closed vdecree closed 9 years ago

vdecree commented 9 years ago

Hi there,

Everything technically works, although I get a lot of warning messages:

Running "sass:app" (sass) task

WARNING: In order to avoid variable namespace collisions, we have updated the way to add breakpoints for respond-to. Ple
ase change all instances of `$breakpoints: add-breakpoint()` to `@include add-breakpoint()`. The `add-breakpoint()` func
tion will be deprecated in a future release.
        on line 12 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 64 of assets/scss/partials/_grid.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 64 of assets/scss/partials/_grid.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 64 of assets/scss/partials/_grid.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 72 of assets/scss/partials/_grid.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 72 of assets/scss/partials/_grid.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 79 of assets/scss/partials/_grid.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 79 of assets/scss/partials/_grid.scss

WARNING: `sevenSixEight` isn't a defined breakpoint! Please add it using `$breakpoints: add-breakpoint(`sevenSixEight`,
$value);`
        on line 28 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 64 of assets/scss/partials/_typography.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 21 of assets/scss/partials/_nav.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 21 of assets/scss/partials/_nav.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 274 of assets/scss/partials/_nav.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 274 of assets/scss/partials/_nav.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 29 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 29 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 43 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 43 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 55 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 55 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 72 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 72 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 80 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 80 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 89 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 89 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 97 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 97 of assets/scss/partials/_header.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 59 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 59 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 68 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 68 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 72 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 72 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 76 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 76 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 111 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 111 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 120 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 120 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 128 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 128 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 144 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 144 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 163 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 163 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 199 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 199 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 226 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 226 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 294 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 294 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 325 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 325 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 349 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 349 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 364 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 364 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 414 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 414 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 428 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 428 of assets/scss/partials/_content.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-to-ems: {{setting}}` to `@include breakpoint-set('to ems', {{setting}})`. Variab
le settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 9 of assets/scss/partials/_right-col.scss

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Plea
se change all instances of `$breakpoint-no-query-fallbacks: {{setting}}` to `@include breakpoint-set('no query fallbacks
', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.
        on line 16 of assets/scss/helpers/breakpoint/_legacy-settings.scss
        from line 41 of assets/scss/helpers/_breakpoint.scss
        from line 23 of assets/scss/helpers/breakpoint/_respond-to.scss
        from line 9 of assets/scss/partials/_right-col.scss

My grid.scss

$breakpoint-no-query-fallbacks: true;
$breakpoint-to-ems: true;

// set basics followed by customs 
$breakpoints: (
  tiny: 320px,
  480: 480px,
  640: 640px,
  700: 700px,
  768: 768px,
  768to920: (768px 920px),
  920: 920px,
  1200: 1200px,
  1250: 1250px,
  1260: 1260px,
);

Can anyone point me in the right direction?

Snugug commented 9 years ago

I'm assuming you cloned this repo directly (or master) instead of using the gem or Bower, because those warnings come from 2.6.0 that hasn't been released yet. The warnings should be pretty explanatory as to what you need to do to remove them, but take a look at the 2.6.0 Changelog for the full breakdown.

vdecree commented 9 years ago

Thanks Snugug — you are correct in your assumption. I'll have a tinker now, many thanks.

Snugug commented 9 years ago

There isn't a way to group add them, but simply changing to the following should work:

$BREAKPOINTS: (
  tiny: 320px,
  480: 480px,
  640: 640px,
  700: 700px,
  768: 768px,
  768to920: (768px 920px),
  920: 920px,
  1200: 1200px,
  1250: 1250px,
  1260: 1260px,
);
vdecree commented 9 years ago

Thanks man, sorted!

benmirkhah commented 9 years ago

I'm getting the warnings using Susy2's breakpoint wrapper susy-breakpoint() and everything works fine: from line 74 of bower_components/susy/sass/susy/language/susy/_breakpoint-plugin.scss from line 21 of bower_components/susy/sass/susy/language/susy/_breakpoint-plugin.scss

IanEdington commented 8 years ago

I know this is close but for clarification does this mean that where I have @include breakpoint I should put @include breakpoint-set ? (I know that's probably oversimplifying it.)

I'm using grunt-sass.

cloakedninjas commented 8 years ago

UPDATE While the error triggers on every usage of @include breakpoint(xyz) the message is correct, doing a string replace fixes the issue. For my issue below, it was an load out-of-order issue. Perhaps this helps someone in the future.

Yes confused here too - just migrated from Bower 2.5 to npm 2.7 and our codebase is spewing hundreds of warnings. I'm none the wiser as to what the solution is.

Sample line of code causing the error:

@include breakpoint($bp-tablet) {
  right: 57px;
}

We have only a single instance of $breakpoint-no-query-fallbacks: true; Replacing it with: @include breakpoint-set('no query fallbacks', true); results in: Error: Undefined mixin 'breakpoint-set'.

MoBounce commented 8 years ago

Comment out the legacy warning in bower_components/breakpoint-sass/stylesheets/_breakpoint.scss:41 and the warnings will disappear

//////////////////////////////
// Breakpoint Mixin
//////////////////////////////

@mixin breakpoint($query, $no-query: false) {
  //@include legacy-settings-warning;