ResponsiveBP / Responsive

:iphone: A super lightweight HTML, Sass, CSS, and JavaScript framework for building responsive websites
http://responsivebp.com
MIT License
867 stars 135 forks source link

Just using the grid scss #84

Closed welcomebrand closed 8 years ago

welcomebrand commented 9 years ago

Not broken or anything but is there a good way to just use the grid from this framework? I don't need all the other stuff around it but there are lots of variables in the grid file that will mean I need to start going through and including other files to make sure it works so wondered if there's a quick guide on what to include just to get grids working?

JimBobSquarePants commented 9 years ago

You should only need the variables, normalize, grid, and the breakpoints mixin.

I do however strongly recommend using it as a whole. It's very small and you will be surprised just at how many browser quirks I've ironed out. Take a look at forms.scss for example.