Top "Compass-sass" questions

Compass is an open-source CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy.

Compass: generate Sprites, plus width / height on each images in the sprite

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 sass
Compass output_style

Has anyone found any documentation of what the different values for output_style in Compass mean? The options are :expanded, :…

css sass compass-sass
Using Google Web Fonts with SASS/Compass -- how?

Say 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-api
Compass vs Bourbon Frameworks

Im 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 bourbon
Too many open files - Failed to initialize inotify: the user limit on the total number of inotify instances has been reached

How can I fix below problem? I am using compass. Too many open files - Failed to initialize inotify: the …

compass-sass inotify
How to have Assetic + sass work with Symfony2 in Windows?

I'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 assetic
How can I auto compile my HAML files into HTML files in a tiny project that doesn't run on RoR?

I have only today started playing with compass and haml. While I am quite familiar with the way sass works …

compilation project haml watch compass-sass
Sass Mixin Error for IE specific filters like -ms-filter

I'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-css
Fastest way to compile SCSS (Compass) + refresh the browser?

Just 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 codekit
How can I setup compass on netbeans 7.4

There 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