What can I use to replace Compass and create semantic markup in Rails 3.1?
Prior t开发者_JAVA百科o Rails 3.1 I used Compass to build clean semantic markup. Compass is not yet ready for Rails 3.1 and it somehow feels too heavy and a forced fit with the new asset pipeline. What other options are there for achieving beautiful, clean semantic markup in Rails projects?
I couldn't find a good solution, so I created one:
https://github.com/gavinhughes/semantic_grid
精彩评论