Top "Compass" questions

Compass is a charityware authoring framework.

Compass and Sass are dead?

I am going through the code school course "Sass Foundation". I am on a level where the professor tells about …

css sass compass
How to replace Glyphicons with FontAwesome in Bootstrap 3 without changing HTML?

I'm using Bootstrap 3 in my project and I'm using FontAwesome icons library instead of bundled Glyphicons. The problem is that …

twitter-bootstrap sass font-awesome compass glyphicons
Using libsass with compass

Exactly as the title says. Compilation times over 50 seconds are unacceptable. So, is there a way, let's say: a single (…

compass libsass
How to configure webpack to use compass in my project

I'm new in webpack and i don't know how we can use Compass ( CSS Authoring Framework ) in a project. Is …

css webpack compass
unable to install compass

Last week I made an update in cygwin because of the bash "vulnerable problem". After that I couldn't compile sass …

ruby cygwin ffi compass
Shows Error - failed to extend when a class is extended in SASS

.class{ color:#333; } .ex-class{ @extend .class; } Shows error: ".ex-class" failed to extend ".class" The selector ".class" was not found. This will …

css sass compass
compass watch compiles once, fails to notice further changes

I work with SASS + Compass on Windows 7. I recently upgraded SASS from 3.2.10 to 3.4.2 and Compass from 0.12.2 to 1.0.1. I did the …

sass compass-sass compass
Sass watch is detecting changes but not compiling to css

When I run sass --watch app.sass:app.css terminal shows that changes have been detected to sass but won't …

css sass mixins compass bourbon
Compass doesn't work after update to OS X El Capitan (10.11)

After installing OS X El Capitan (10.11) my ruby compass is no longer working. After trying to install compass I recieve …

ruby sass gem compass osx-elcapitan
Compass can't find any Sass files to compile

Trying to learn Grunt. I have installed the grunt-contrib-compass,and grunt-contrib-watch plugins. When I use grunt in terminal, it runs …

javascript sass gruntjs compass grunt-contrib-compass