Compass is a charityware authoring framework. It uses the SASS stylesheet language to create clean and reusable CSS3 code.
Questions tagged [compass]
720 questions
2
votes
1 answer
Can't Find ffi.h When Installing ffi ruby gem
Ruby version 2.2.4p230
RubyGem version 2.7.2
Ruby-devel and lib64ffi-devel installed.
64-bit OpenMandriva 3.0, urpmi and rpmdrake used.
Goal: to install compass, but the gem ffi is needed first.
I have scoured the internet so hard for the last two…

Niro
- 21
- 3
2
votes
1 answer
Grunt compass dev and prod
I have an issue with GruntJS + SASS Compass. I've setup dev and prod configs.
For dev css has outputStyle: 'expanded', for prod has outputStyle: 'compressed'. When I'm doing prod - it works like a charm. In console I see
Running "compass:dist"…

Donnie
- 373
- 2
- 7
- 28
2
votes
1 answer
Using compass in laravel 5.4
I am trying to get compass to work in laravel 5.4, I have a existing project in laravel 5.4, I have upgraded to 5.4 and it no longer uses elixir. This is what i was using on 5.3 is there away i can still use compass so i dont have to start over…

Jamie Rose
- 41
- 4
2
votes
1 answer
Compass Invalid CSS Error
I've been following a tut on scss/Compass when stumbled on this one haven't resolved yet. Please assist.
$colours: (green: #468966, yellow: #fff0a5, orange: #ffb03b, red: #b64926);
The Compass compiler reports
error scss/style.scss (Line 5 of…

El Anonimo
- 1,759
- 3
- 24
- 38
2
votes
0 answers
SASS, SCSS : pre-compiling mixins and functions? A.k.a. removing compass requirement or selectively compile mixins and functions
I have a very large project made with Compass. The project takes a huge time to compile (1 to 2 mins) because it's using the Ruby version to compile (necessary because of some custom extensions that were never translated to have libsass…

davidwebca
- 435
- 5
- 11
2
votes
1 answer
Gulp can't find ruby and compass in system path
I installed gulp and everything seems fine except for this error when running the gulp command. I get
Error: You need to have Ruby and Compass installed and in your system PATH for this task to work.
when issuing the command. I am on mac osx 10.11…

skyper12345
- 63
- 1
- 2
- 11
2
votes
1 answer
Compass - include one value for another property
I want to include a value from another class - and use this for something different:
I have this class:
.sourceClass {
color: red;
}
And I have this class:
.destinationClass {
border-color: ###should be the color from .sourceClass => red
}
is…
user5810658
2
votes
1 answer
Compass deprecation warning Sass 3.5 no support Ruby 1.9.3
On my system, when I run compass -v or sass -v, it outputs deprecation warning:
Sass 3.5 will no longer support Ruby 1.9.3..
Running ruby -v gives:
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
compass version is 1.0.3 and sass version…

Zamrony P. Juhara
- 5,222
- 2
- 24
- 40
2
votes
1 answer
Bootstrap 4 Compass Project
I am getting in a muddle and need some plain speaking advice with setting up a project that will use both Bootstrap 4 and Compass.
My usual way of working is just Compass and I use the Susy grid system.
My typical project structure looks like…

Cherry23
- 21
- 2
2
votes
0 answers
Django-pipeline and compass generate a empty css file
I have a problem I can't solve. I have a sass template that easily compile with compass if I run it manually, but I cannot get the same result using django-pipeline.
My settings are simple. I have an assets dir to the common assets and a static dir…

Karim N Gorjux
- 2,880
- 22
- 29
2
votes
1 answer
Is There A Way to NPM Install Compass and Still Run it at the Command Line?
With most NPM packages you can invoke their command line application by running it from the bin folder inside the package's folder in node_modules:
npm install foo
./node_modules/foo/bin/foo
Now of course you can do this more easily if you install…

machineghost
- 33,529
- 30
- 159
- 234
2
votes
0 answers
Installing compass or FFI not working
I've tried installing compass and ffi on osx but get the same error.
I've reconfigured and reinstalled ruby, I've installed Xcode command line tools, I've rebooted my machine, nothing seems to fix the exact same error every single time. I'm about to…

Mitchell Murphy
- 231
- 2
- 7
2
votes
0 answers
Installing Compass on Windows - fail - can't find dependency ffi
I run cygwin-64 bits on Windows 7. I have installed Ruby2.3 64 bit and Ruby DevKit.
I try to install Compass using ruby gems. I get this:
$gem install compass
Building native extensions. This could take a while...
Successfully installed…

Mestad
- 23
- 3
2
votes
0 answers
Drawing a abitmap based on the compass direction
What i need to do is the bitmap to be drawn at the edge outside the circle.
I'm getting it right sometimes, but it's getting wrong when I rotate the device.
I also tried the rotation Animation, but i didn't get the result I want.
Please…

Muhammad
- 555
- 1
- 5
- 20
2
votes
3 answers
Compass not working after el capitan install
When i use compass watch it doesn't see any changes on el capitan.
On mavericks it works and detects everything.
Does someone know what is a fix?

da1lbi3
- 4,369
- 6
- 31
- 65