I\'ve been looking into Compass and the more I look, the more it feels like the way that CSS should be written. As a test case, I\'d like to use it in one of my CakePHP projects. Unfortunately, I\'m h
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have installed compass via rubygems doug:aggio davide$ sudo gem list compass * LOCAL GEMS * compass (0.10.0.pre2)
How can I enable line numbers in CSS output if I am using SASS? I found an article but I didn\'t quite understand where to make the modif开发者_JS百科ications
Let\'s say that I have a Compass project on D:\\Compass (this is where I keep my sources) and I want to output my generated stylesheets on E:\\CSS, is that possible in any way? I tried changing the --
I want my resulting *.css file to land in the output/css directory instead of the stylesheets directory.How would I go about doing this?