at-import / breakpoint

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

Out dated documentation #142

Closed bengra closed 9 years ago

bengra commented 9 years ago

WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Please change al l instances of $breakpoint-no-queries: {{setting}} to @include breakpoint-set('no queries', {{setting}}). Variable settings, as well as this warning will be deprecated in a future release.WARNING: In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Please change all instances of $breakpoint-no-query-fallbacks: {{setting}} to @includ e breakpoint-set('no query fallbacks', {{setting}}). Variable settings, as well as this warning will be deprecated in a future rele ase.

Installed breakpoint through bower breakpoint-sass#2.6.1

"grunt-sass": "^1.0.0",

Whats going on here.