at-import / breakpoint

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

Typo in documentation #177

Open silverliebt opened 7 years ago

silverliebt commented 7 years ago

"The most basic way to query your context is to see if you are inside a media query at all. Simply call the function breakpoint-has-context() and it will return true if you are inside of a context and false if you are now." (Change : now > not)