Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What's your take on grid? I still can't quite grok the algorithm - but from your article, your proposal seems really similar to what's available with grid.

Grid does suffer from not being able to set min/max track sizes - like have a sidebar be say 20% of the width, but clamped between 200px and 300px



   sidebar {
     width:0.2*; //20% of the width
     min-width: 200px;
     max-width: 300px;
   }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: