It's not SASS that makes / prevents these from being semantic. It's the fact that by using a "Css framework" you're effectively putting style information into your markup. When you look at what you need to do to use most of these frameworks, you see that there are particular classes you give for a double column layout, or a particular width etc.
This can be handy for knocking out a well lined up grid, but it also means that you have your style info in the tags rather than wholly in the css files. It's the old get something fast vs get something maintainable I think. That's what puts me off using these, but considering my level of design chops, I think I'll start looking to use them for my projects to get me going quickly. just my 0.02 Daniel On Wed, Jun 17, 2009 at 2:16 PM, Grant Bissett <[email protected]>wrote: > > > Generally the markup for these frameworks is anything but semantic. > > Hello this is not true thanks to sass. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en -~----------~----~----~----~------~----~------~--~---
