Compass is an open-source CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy.
When I attempt to install the latest version of compass (https://rubygems.org/gems/compass/versions/1.0.0.alpha.17), I get the …
ruby macos terminal compass-sassI successfully installed Sass, but I'm having trouble importing Compass. The following is the error detail: *Syntax error: File to …
sass compass-sassI have a :not css selector in SASS mixin but it doesn't do anything: Code Snippet: @mixin dropdown-pos($pos:right) { &…
css sass compass-sassI'm kind of new to Sass, but I'm attempting to create a workflow for myself. I generate "color packs" for …
css haml sass compass-sassIE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius. What about support for …
internet-explorer-9 gradient compass-sass cssI'm trying to use FontAwesome in a web Compass project. As there's no specific documentation in the FontAwesome page, and …
sass compass-sass font-awesomeI'm trying to use jqtouch theming which is based on SASS and COMPASS. I have a file custom.scss with …
sass compass-sass jqtouchThis may be Compass 101, but has anyone written a mixin which sets the alpha value of a color? Ideally, I …
css sass compass-sass rgbaI use sass and compass in my RoR project. I need to assign to the top CSS property of an …
css sass compass-sassThis is mentioned in config.rb file images_dir = "images" I use 2 folder for images in my projects inside images …
css ruby compass-sass sass