Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replacement for YUI grids in YUI3?

YUI3 deprecated cssgrids, but I don't see a replacement API on the site. How does one layout grids when using YUI3 (in future -- for now, I can use yui2 grids of course)?

like image 713
Sridhar Ratnakumar Avatar asked Dec 22 '22 08:12

Sridhar Ratnakumar


1 Answers

There's no reason you can't use the YUI2 Grids with YUI3. They work fine with the YUI3 CSS Reset & Fonts. A new grid solution for YUI3 is forthcoming according to Luke Smith (he mentioned it in IRC) but until then the YUI2 Grids are still a totally valid option.

like image 148
Tivac Avatar answered Dec 27 '22 03:12

Tivac