On Sat, Apr 24, 2010 at 3:21 PM, JohnWShipman <[email protected]> wrote: > Should I stay with 2.8.0r4? Can anyone tell me why this package is > deprecated, or suggest a suitable alternative that has the features of > YUI's CSS Reset stylesheet and a grid layout?
First, notice that Reset (and Fonts) has not been deprecated; just the grids: you can still use reset. I don't know why it's deprecated, but I have some suspicions: 1. So few layouts correspond perfectly with their grid system. I've noticed this in my own work; I WANT to use the YUI grids, and I start doing so, and eventually need to tweak something in a way that is not compatible with grids... and then I end up fighting with the framework. 2. CSS support is getting SO much better in browsers, that perhaps they figured we don't need grids anymore. Finally, you might try adding the old grids css to your stack after the reset from YUI 3.1... it might just work. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
