Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Using the github versions of the compass rails31 branch and sass-rails: gem \"sass-rails\", :git => \"https://github.com/rails/sass-rails.git\"
While trying to find the reason for the problem, I disabled all my custom stylesheets. Now, I\'m using only a single SCSS stylesheet:
I have used vanilla Blueprint with Rails and it work very well. But when I try using it through compass, it (grid system) somehow does not work.
I love compass (SASS) and HAML. I\'ve been using staticmatic for building static web pages. Staticmatic seams outdated (no updates, bugs). What are the alternatives?
I am creating a new theme for my cms using scss.I am currently on rails 3.0.7 but am going to upgrade to 3.1 as soon as the the final is released so i can use the asset pipeline stuff.
I\'m trying to decide if I should include Compass when starting a new Rails 3.1 project. I haven\'t used Compass before.
This is my first time using Susy. I really like what I\'m seeing in the docs / tutorials, but I\'ve encountered some unexpected results with some of my first layout attempts.
Is there a way to do this? I know Compass can be used in sproutcore, but i also want to use the 960 comp开发者_Go百科ass plugin. I tried dong import \"960/grid\" in my app.css but it keeps throwing an
Often times I use \"edit css\" functionality in web develope开发者_JAVA百科r extension to edit my style sheets.