Questions tagged [compass]

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

720 questions
3
votes
1 answer

Heroku - Express App - Error: spawn compass ENOENT

I am using the app generated from the official express generator, and CEDAR stack on heroku. I get the following error when I try to access a stylesheet (/stylesheets/style.css) All the other static assets are loading without problem, and the sass…
Stefanos Chrs
  • 2,228
  • 3
  • 19
  • 46
3
votes
1 answer

compass:dist & execFile("compass.bat", ...) - Warning: spawn EPERM

First of all, I am pretty new to (modern) web development and I tried to import an existing project into my WebStorm and run a Grunt task. It stops at "compass:dist" with: $ node.exe C:\Users\lgr\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt…
luuksen
  • 1,357
  • 2
  • 12
  • 38
3
votes
1 answer

display flex blocks in 3 columns with correct order

is something like this achievable with flexbox or any other css technique not involving putting each column inside wrapper? best result aligns them in correct order, but 4th element is under longest container not under element above it. I'm using…
pankijs
  • 6,531
  • 3
  • 16
  • 13
3
votes
1 answer

Can Sass @warn or @debug directives be viewed in CodeKit?

For example, in a sass file that's compiled on save using compass: @warn 'this is a warning' @debug 'debugging info' I don't see anything returned from these directives in the compile log. I've made sure my config.rb has sass_options = {:quiet =>…
CLL
  • 1,312
  • 3
  • 13
  • 26
3
votes
1 answer

Reversing a Keyframe Animation on Hover Out

Here's a demo: http://codepen.io/Tiger0915/pen/GgjVLN I've got a keyframe animation on hover of the .circle div. It works correctly when you hover over it. @include keyframes(bounce-bulge) { 0% { transform: scale(1); } 20% { transform:…
Joshua Soileau
  • 2,933
  • 9
  • 40
  • 51
3
votes
5 answers

Wrong number of arguments (2 for 1) Ruby on Rails 4

My application is breaking and I can't figure out why. Here is the full system stack trace. sass (3.4.9) lib/sass/importers/filesystem.rb:14:in `initialize' compass-rails (2.0.1) lib/compass-rails/patches/sass_importer.rb:12:in `new' compass-rails…
user3646743
  • 159
  • 2
  • 12
3
votes
1 answer

"invalid option" when running Yeoman Webapp + Compass

I'm new to Yeoman and I`m trying to setup a yeoman bootstrap sass/compass enviroment. I've followed this link for the creation of the Yeoman Webapp. And this link to the compass recipe. When I run grunt serve I get the following: Running tasks:…
3
votes
1 answer

Compass Listener error

I've started using Compass, and it behaves really strange. When I use the watch command, it detects changes and rewriting the main CSS file as expected, but it randomly returns an error on some partial files and won't compile them into the main CSS…
boozi
  • 468
  • 1
  • 3
  • 16
3
votes
3 answers

compass not working on Ubuntu 12.04

This problem is similar to the following issues: Gem not installing package https://bugs.launchpad.net/ubuntu/+source/ruby-compass/+bug/1100018 but compass doesn't work. It's not a PATH issue reported by some others. The canonical package gave…
Andy
  • 2,154
  • 3
  • 20
  • 16
3
votes
2 answers

Errno::ECONNREFUSED No connection could be made because

I'm having trouble installing ruby gems. When I run gem install compass I get the following error ERROR: Could not find a valid gem 'compass' (>= 0), here is why: Unable to download data from https://rubygems.org/ - no such name…
Lee Hitchcock
  • 85
  • 1
  • 10
2
votes
1 answer

Flutter compass rotation is laggy due to stream values abrupt change when phone is rotated

Flutter compass is giving very laggy performance on real device with transform.rotate. Is there any better animation for this purpose to smoothen out the rotation of compass widget. My code is as below class _AnimationRotationState extends…
zainali23
  • 29
  • 1
2
votes
0 answers

Grunt compass:dist task failing due to Invalid CSS in bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss

grunt build is failing by yielding following error: error app/styles/directive.scss (Line 369 of bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss: Invalid CSS after "... floor(math": expected ")",…
2
votes
0 answers

Access Compass Calibration from android app programatically

I'm writing an app to measure magnetic field, and I'd like the first thing that user sees after launching the app is a request for accessing compass calibration feature like google map with infinity or eight pattern. Is there a way to launch…
Jay Dwivedi
  • 454
  • 3
  • 15
2
votes
1 answer

MongoDB - bulk updating values in arrays of nested objects

I have a collection in MongoDB that represents the chores kids needs to do each day and whether they are done. Here is an example of a document. { "_id":"2022-02-13:joe", "kidName":"Joe", "chores": [ {"chore":"Breakfast: clear dishes and…
2
votes
1 answer

Can't install Ruby Compass on Mac Big Sur 11.5.2

I'm trying to get Compass installed on a 2020 Mac Book Pro running Big Sur (11.5.2). When I try and run: gem install compass I get the error: You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory If I try and run: sudo gem…
Niazipan
  • 995
  • 2
  • 8
  • 16