HTML5 Boilerplate with blueprint css
Asked Answered
M

5

16

I'm thinking of combining these two technologies for a new project.

Is this bad idea? Are there any recommended alternative grid systems to use with html5 boilerplate?

Misdo answered 10/12, 2010 at 10:29 Comment(0)
F
16

Actually, I mixed them both and they worked well together.

All I had to do is modifying <div id="container"> with <div class="container" id="container">

Fayre answered 10/12, 2010 at 13:10 Comment(0)
K
10

You can try Code Kick Off, you can combine Boilerplate with any of these grids:

  • Less Framework
  • Tiny Fluid Grid
  • 960.gs
  • Blueprint
Kazan answered 19/2, 2011 at 2:4 Comment(1)
it contains scripts outdated, jQuery 1.4.2, modernizr 1.6, if you select blueprint framework it does not append it... plenty of bugs, but nice idea.Divinadivination
O
1

A bit late replying here, but you could look at BlueTrip which is Blueprint on steroids

Otocyst answered 26/2, 2011 at 21:19 Comment(0)
C
0

Google for Zurb's Foundation CSS platform: http://foundation.zurb.com/

Has the best of both worlds. Mobile-ready, grids, html5 reset and uses latest scripts and whistles.

Conjoint answered 12/1, 2012 at 14:45 Comment(0)
T
0

Why bother integrating multiple solution to create one and get into the overload of integration, learning and implementation. Most of the times its much wiser to choose one product that looks close to sufficing you requirements and use it for complete implementation. For example have a look at Twitter's Bootstrap http://twitter.github.com/bootstrap/index.html and you might not need a grid system.

Timms answered 15/5, 2012 at 17:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.