Questions tagged [compass]

Compass is a charityware authoring framework. It uses the SASS stylesheet language to create clean and reusable CSS3 code.

720 questions
2
votes
1 answer

Could not find gem installed with bundler

For my PHP Symfony Application I need Compass and Sass. Both should be installed in the vendor/bundle folder of my project. This is what I did so far: $ gem install bundler Successfully installed bundler-1.10.6 1 gem installed $ bundle install…
van
  • 380
  • 3
  • 10
2
votes
0 answers

file to import not found or unreadable: compass/css3

I have looked at the answers below and even after running compass compile I still get the error below. I have installed all required gems but I keep getting the error. What would be the best way to import fonts using the SASS workflow, any…
2
votes
0 answers

Ruby build failing, rbenv saying I need an older version for yeoman project

I followed the guide here https://www.npmjs.com/package/generator-drupal-theme to install a zen subtheme. Everything went okay but when I run compass watch I'm given the error rbenv: version 2.0.0-p451 is not installed When I run rbenv install…
2
votes
0 answers

Compass bearing doesn't update on Google Map V2

I want to have a smooth compass rotating in GoogleMap. I have created default GoogleMap project using Android Studio. I add the following to enable location and…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
2
votes
1 answer

Ruby Compass ERROR: Failed to build gem native extension

Hi I am running Ubuntu 15.04 and I am trying to install the Compass gem. I did a gem update like the Compass website told me to do. Then I tried to install Compass and got the following error. Building native extensions. This could take a…
Will M.
  • 31
  • 1
  • 6
2
votes
1 answer

Sass converts black automatically to #000000

I'm currently writing a mixin to easily add multiple fonts in one line. In the mixin I write all the weights I want to use like this: $font-weights: ( "hairline": 100, "thin": 200, "light": 300, "regular": 400, "medium": 500, "semibold":…
Silvester
  • 67
  • 1
  • 6
2
votes
1 answer

Group scss and css files into one file with assetic

In a Symfony2 project, I have several css and scss files. I use the compass filter to dump the scss ones and cssrewrite applied to all: {% stylesheets filter='compass, cssrewrite' 'scssFile1.scss' 'scssFile2.scss' %}
Manolo
  • 24,020
  • 20
  • 85
  • 130
2
votes
1 answer

gulp-compass asking for Ruby and Compass in PATH when they are already there

I'm trying to get gulp-compass to work on my Debian linux but am getting an error message stating that Ruby and Compass must be in the path. I am a bit of a beginner when it comes to Gulp so is probably me being stupid. The following is the exact…
2
votes
0 answers

Compass Sprites Throwing Errors When Compiling

When compiling my css in compass with a sprite, I get the following errors: error scss/app.scss (Line 107 of icons/*.png: Mixin sprites doesn't have an argument named $separator.) The funny thing is, the sprite image is being made, but the css is…
Jay D.
  • 672
  • 5
  • 12
2
votes
0 answers

Liferay 6.2 cannot fetch compass after portlet deployment

After deploying contacts-portlet in jboss (changes in main.js), css of contacts-portlet is not loaded because of an error regarding compass. The same portlet exists also on a staging environment with jboss also running as application server. I…
jkonst
  • 433
  • 6
  • 20
2
votes
1 answer

Failed to Install Compass 1.0.1 on Ubuntu 14.04

I can't install latest Compass 1.0.1 on Ubuntu 14.04. $ ruby --version ruby 2.0.0p384 (2014-01-12) [i386-linux-gnu] $ gem --version 2.0.14 I'm doing: $ sudo gem install compass -v 1.0.1 The first error in the log is this: ERROR: Error installing…
Slava Fomin II
  • 26,865
  • 29
  • 124
  • 202
2
votes
0 answers

Helper functions of SCSS and Compass in Visual Studio 2013 Update 4 / Web Essentials?

I recently migrated to Visual Studio 2013 Update 4 and installed Web Essentials 2013 for Update 4. I downloaded the compass files and tried to do my very first sass (scss) files. Two issues I could solve already by myself (see "solved" below), still…
DominikAmon
  • 892
  • 1
  • 14
  • 26
2
votes
1 answer

Error: C: uninitialized constant FontAwesome::Sass::VERSION Run with --trace to see the full backtrace

Whenever I try runnining compass watch inside the assets folder (where I have sass, stylesheets and config.rb) of my project, I get 2 errors: Error 1: “LoadError on line ["36"] of C: cannot load such file – bootstrap-sass / Run with --trace to see…
Mihai Marinescu
  • 741
  • 8
  • 22
2
votes
1 answer

gulp-compass fileName error on windows

I'm working with compass/susy for the first time and would like to use liveReload to keep the reloading out of my fingers. I installed gulp-compass after installing compass itself but it's returning the src file path without quotes,…
Digger
  • 718
  • 1
  • 9
  • 22
2
votes
0 answers

Work with Assetic in Symfony bundle using sass compass and import image in scss file

I'm really impressed by how easy it is to use sass and compass in dev mode and generate the css in a single file when passing to production. But like many on the web, I still have one problem. The import of the image inside the scss file…
Thomas Leduc
  • 1,092
  • 1
  • 20
  • 44