ozwaldorf / iron-grid

Iron Grid - A Responsive Grid System for Polymer
MIT License
67 stars 24 forks source link

Nested grid does not work anymore #14

Closed maxiplay closed 8 years ago

maxiplay commented 8 years ago

Try this,

The s8 container break

<div class="s8">
        <div class="s12 example blue">
            <p>s12</p>
        </div>
        <div class="s12 m3 l2 example red">
            <p>s12 m3 l2</p>
        </div>
        <div class="s12 m6 l8 example red">
            <p>s12 m6 l8</p>
        </div>
        <div class="s12 m3 l2 example red">
            <p>s12 m3 l2</p>
        </div>
  </div>

I will make a pull request very soon. Just need to add "display :flex" on sizing classes