Ok, I think there’s more to Blueprint CSS than fixed width designs. Somebody already came up with the liquid version.
So I think I’d spend some time adapting this generator and pass the four parameters needed to calculate the grid.
<script src="/getblueprint.php?width=950&cols=24&colwidth=30&margin=10"></script>or perhaps a mode parameter to set px or percent as values
<script src="/getblueprint.php?mode=px&width=950&cols=24&colwidth=30&margin=10"></script>
Pingback: Blueprint CSS as base CSS, sweet! | ... coding (the life)