As mentioned, I just started with bootstrap and found grid to work just fine for my usecases. What problems/annoyances did you face when using other CSS frameworks (which you feel Pure avoids)?
Pure doesn't seem to support nested grids and column reordering, as both Bootstrap and Foundation do.
At some point I want to experiment with just how decoupled these big frameworks' grid systems are from the rest of the package. For example, can you use the following combinations:
Foundation 4 grid + Bootstrap 3 components
Bootstrap 3 grid + Topcoat components (Topcoat has no grid yet anyway)
I kind of like the way Pure sets up their grid. Rather than doing bootstrap's row-and-column approach, you give things fractional widths, and what should fit into a row does.
Bootstrap has default/fluid/fixed to choose between, which can be confusing. In terms of mechanics, you nest .container, .row, and .span# and .offset#. It's just more complex.
I don't know how Pure does nested because I haven't tried it, but from reading the docs, it looks like you just put a new .pure-g classed div inside whatever cell you are nesting inside, then put the nested units inside it.
Bootstrap and Foundation have what Pure offers + more widgets enabled by javascript. Pure is analogous to just using bootstrap.css without the javascript. Short answer, No.
Does PureCSS offer something missing in those 2 CSS frameworks?