Questions tagged [compass]

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

720 questions
153
votes
2 answers

ERROR: While executing gem ... (Errno::EPERM) Operation not permitted

I just updated my Mac to OSX 10.11 El Capitan and some gems didn't remain. The problem arose when I tried to run installations of different gems... e.g.: > sudo gem install compass Once I execute, I get the error: > ERROR: While executing gem ...…
Roy Calderon
  • 6,361
  • 3
  • 22
  • 21
37
votes
2 answers

Compass in Symfony 2 assetic Filter Exception

I have installed compass in my symfony 2 project. Now i want to use the assetic filter in combination with compass. i am using windows 7. I think it's almost working but i am still getting this error : [Assetic\Exception\FilterException] An error…
Thomas Crawford
  • 886
  • 2
  • 15
  • 45
24
votes
2 answers

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 error message like this: $ sudo gem install compass ERROR: While executing gem ... (Errno::EPERM) Operation not…
Leo
  • 5,363
  • 5
  • 27
  • 30
20
votes
3 answers

YAML safe loading is not available

When I want to install compass with gem install compass, I occurred with this error: YAML safe loading is not available. Please upgrade psych to a version that supports safe loading (>= 2.0). what The cause of this error and how can I solve the…
Morteza QorbanAlizade
  • 1,520
  • 2
  • 19
  • 35
19
votes
3 answers

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 the compass framework. When I installed it I realized that the code which it generates does not include the -ms- and -o-. That is why I…
FieryCod
  • 1,674
  • 1
  • 19
  • 27
19
votes
4 answers

Windows 7 64-bit: Could not find a valid gem 'compass' (>= 0), here is why: Unable to download data from https://rubygems.org/

I cannot install compass. I want to install compass on my project so when I try to update, I get this: c:\wamp\www\danjasnowski.com>gem install compass ERROR: Could not find a valid gem 'compass' (>= 0), here is why: Unable to download data from…
test
  • 17,706
  • 64
  • 171
  • 244
17
votes
2 answers

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 (partial) file with compass magic (like sprite mixins, etc.), and the rest of files with pure sass? I'm considering moving to less…
Misiur
  • 5,019
  • 8
  • 38
  • 54
15
votes
3 answers

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 I have some third-party components that rely on Glyphicons and I don't want to change their HTML. I'm including…
Slava Fomin II
  • 26,865
  • 29
  • 124
  • 202
13
votes
4 answers

MongoDB Compass is Missing Schema Tab

I just downloaded Mongodb and my compass gui doesn't have the Schema tab. Do any of you know how to get it back? I haven't been able to find a way.
SaroyanDynamite
  • 157
  • 1
  • 8
12
votes
4 answers

MongoDB Compass can't insert document by pasting json string

I'm using compass community v1.13.1 and have been trying to populate some sample data for couple of hours, but failed. Found a similar issue here, I followed the first answer by @ktsangop but it didn't work. Cant paste as a json object anyway, if I…
Tyler Xue
  • 143
  • 1
  • 8
12
votes
3 answers

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 there a good method ? Thanks
David Auvray
  • 288
  • 1
  • 3
  • 20
12
votes
2 answers

Wrong number of arguments when run compass watch

When I run "compass watch" I got this error: LoadError on line ["54"] of /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb: cannot load such file -- susy Run with --trace to see the full backtrace I managed to fix it with: sudo gem…
Drupal Noob
  • 153
  • 6
12
votes
3 answers

Finding the compass orientation of an iPhone in swift

I'm trying to make an app which is similar to a compass, but with notable differences, however, they are not important. What I need to know is: how can I get the iPhone to give me the compass orientation (i.e. 0 degrees for north) regardless of the…
Matt Spoon
  • 2,760
  • 5
  • 25
  • 41
11
votes
3 answers

SASS Won't Compile @import Google Font CDN

I've had this issue lately on other developers SASS projects where the Google CDN import won't compile -- See screenshots, saves fine when commented out. I read a few articles on this issue and it was suggested to do this command: gem install…
Justin Meyers
  • 153
  • 1
  • 1
  • 10
11
votes
5 answers

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 anymore. I tried to reinstall ruby, after some install fails and reinstalling cygwin I installed it and updated with "gem update…
Kornking
  • 111
  • 1
  • 1
  • 4
1
2 3
47 48