csswizardry / inuit.css

Powerful, scalable, Sass-based, BEM, OOCSS framework.
inuitcss.com
Other
3.83k stars 415 forks source link

Recommendations on extending inuit.css breakpoints #308

Open matthewblewitt opened 10 years ago

matthewblewitt commented 10 years ago

Hi,

Are there any recommended ways to add breakpoints without altering the inuit.css core files but retain useful mixins. For example adding a narrower breakpoint than palm is no problem but from the _vars.scss file you cannot access useful mixins such grid-setup etc.

Thanks,