Hacker News new | ask | show | jobs
by Scarbutt 3169 days ago
What they didn't default to Grids and provide a fallback? the grid system examples in their docs are scary.
1 comments

What is scary about it?
The div hell.

    <div class="row">
      <div class="col">left sidebar</div>
      <div class="col">content area</div>
      <div class="col">right sidebar</div>
    </div>
This is div hell to you? O_o