Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Karl DeSaulniers
There is also... http://getskeleton.com ..which is about as basic a grid system. Found this one when I had gotten tired of bootstrap's bloat. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jan 21, 2016, at 5:26 PM, Micky Hulse wrote: > Interesting!

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Tom Livingston
The new Foundation is supposedly more lightweight than -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Tom Livingston
Oops... The new Foundation is supposedly more lightweight than previous versions. > > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Tim Arnold
On Fri, Jan 22, 2016 at 5:50 AM Karl DeSaulniers wrote: > There is also... > > http://getskeleton.com > > ..which is about as basic a grid system. > Found this one when I had gotten tired of bootstrap's bloat. > > I agree with Karl that Bootstrap is overkill if you're just

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Karl DeSaulniers
It would be nice and IMO a smart move forward for Bootstrap to remove all the excess and package it as a separate modular downloads. Icons, animations, styles and then have just the framework available without. Call it Bootstrap Bones... lol ...you heard it here first. :P I would use that

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Micky Hulse
Thanks for the additional replies and help everyone. :) Interesting stuff. Since we're talking about (grid) frameworks, I'm a huge fan of Pure: http://purecss.io/ It's pretty easy to just utilize their grids via their CDN. Also, they have a Grunt task so you can modify the dimensions during

Re: [css-d] Best technique for: Any number of columns, plus fixed margin, in a responsive parent container

2016-01-22 Thread Tim Arnold
You can download a customized bootstrap (http://getbootstrap.com/customize/), or simply comment out the components that you don't want to use if using LESS or SASS: https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/_bootstrap.scss