Live data from Hacker News

Responsive design tools

creativebloq.com

1–9 of 9 posts

Re: Responsive design tools

#5
post #3

If bootstrap and foundation are too heavy for your liking, I prefer Skeleton. Responsive columns, rudimentary basic styling, and not much else. http://www.getskeleton.com/

I used skeleton too for my latest small project. It's nice, but... very minimal

Re: Responsive design tools

#8
post #3

If bootstrap and foundation are too heavy for your liking, I prefer Skeleton. Responsive columns, rudimentary basic styling, and not much else. http://www.getskeleton.com/

Started using it a few weeks ago. Loving it.

I don't want all the stuff that comes with bootstrap - I'm comfortable designing from scratch, I really just want a functioning groundwork for a responsive layout. Skeleton is perfect for that.

Re: Responsive design tools

#9
post #8
post #3

If bootstrap and foundation are too heavy for your liking, I prefer Skeleton. Responsive columns, rudimentary basic styling, and not much else. http://www.getskeleton.com/

Started using it a few weeks ago. Loving it. I don't want all the stuff that comes with bootstrap - I'm comfortable designing from scratch, I really just want a functioning groundwork for a responsive layout. Skeleton is perfect for that.

Fwiw it's easy to remove everything from Bootstrap you don't want, they modularize all that stuff into separate .js and .less files. Just clone the repo, find the concat, less, and uglify tasks in the Gruntfile, comment out the modules you don't want, then build it with 'grunt dist`. Simple, and you get a ready-made build system to use with your own project.