Compass is an open-source CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy.
I'm using Compass (a CSS Framework) to generate sprite images. It work, but compass generate only a background-position for each …
css css-sprites compass-sass sassHas anyone found any documentation of what the different values for output_style in Compass mean? The options are :expanded, :…
css sass compass-sassSay I have this font: Open Sans If I want to use this with a SASS/Compass project, is there …
css sass compass-sass google-font-apiIm working on a rails 3.1 application. I want to have a framework/library that covers gradients, shadows etc. Compass has …
ruby-on-rails compass-sass css-frameworks bourbonHow can I fix below problem? I am using compass. Too many open files - Failed to initialize inotify: the …
compass-sass inotifyI'm trying to get Assetic to run within Symfony 2.0.11 in order to use sass for css files. I've been fiddling …
windows symfony sass compass-sass asseticI have only today started playing with compass and haml. While I am quite familiar with the way sass works …
compilation project haml watch compass-sassI'm trying to make a button mixin like this: =default_button(!lighter, !darker) :border= 1px !lighter solid :background-color #e3e3…
css sass compass-sass blueprint-cssJust wondering what in your opinion is the fastest way to have your SCSS compiled and browser refreshed? I'm currently …
sass sublimetext3 compass-sass livereload codekitThere is a feature in netbeans 7.4 that allows scss and less to auto compile on save. I have managed to …
netbeans sass netbeans-7 compass-sass