daxko / design

http://daxko.github.io/design
0 stars 1 forks source link

Include basic breakpoint utility layouts as part of the grid #43

Closed scurker closed 9 years ago

scurker commented 9 years ago

I had originally avoided including breakpoints as part of grid layouts, since I wanted us to think a little more about being responsive around the content instead of different device sizes. However, I do feel like there's maybe some potential in having basic utility layouts as part of the grid system.

I've added .col-sm-x for devices > 800px, .col-md-x for devices > 1000px, and .col-md-lg for everything else over 1200px. Ideally, the .col-x would be universal for all devices including mobile so nothing existing should break.

scurker commented 9 years ago

Closing this for now. I don't think I want to add anything further.