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
0 answers

How To Create Compass Leading to Target Location

I got the Problem in my Code My Compass Now leading to North I want my compass Leading to Location Target Please help me to solve my problem. Thanks in advance. this my code import CoreLocation func degreesToRadians(degrees: Float) ->…
Ridho Octanio
  • 543
  • 5
  • 14
3
votes
0 answers

ios 10 programmatically turn on compass calibration in Location Services?

I was trying to figure out why the CLLocationManager true heading always returned -1.0. I found that Settings->Privacy->Location Services->System Services->Compass Calibration switch needed to be enabled. Now Im trying to find how to automatically…
Tim
  • 647
  • 1
  • 10
  • 21
3
votes
2 answers

Rails/Compass/Sass Compile Super Slow

I recognize that this issue has been brought up a thousand times, and I feel like I have read most other posts on it but I still can't seem to figure this one out. I'm just starting with Ruby on Rails and am trying to use Compass/Sass/Suzy in my…
Nick
  • 862
  • 12
  • 35
3
votes
1 answer

File to import not found or unreadable compass - IntelliJ

I am trying to develop my first page with bootstrap and SASS with IntelliJ Idea Framework. When I type in main.scss @import "compass" an error message is displayed: cmd.exe /D /C call C:/Ruby22-x64/bin/scss.bat --no-cache --update…
3
votes
1 answer

Compass: Is it possible to check if a compass compile is needed to be done?

We use Jenkins as our CI build server and every time a build is kicked off, compass clean is executed followed by compass compile. We do compass clean first as we have occasionally had Compass-related issues when we didn't do this beforehand. And I…
Junho Park
  • 1,491
  • 2
  • 10
  • 11
3
votes
1 answer

Set base directory jade, grunt, compass on external files

I am using jade grunt and compass to produce a site, and instead of havving to type the correct path to files within jade file e.g.: link(href='../../../../stylesheets/sections/pdp.css' I was wondering i there was a way of using something like…
user1937021
  • 10,151
  • 22
  • 81
  • 143
3
votes
1 answer

Middleman asks if I want to use compass when starting a new project

I'm on a Windows 10 machine. I have Ruby installed through git bash. I also have middleman installed (v4.0.0). When I do middleman init "name_of_project" it asks me if I want to use compass and I get stuck. $ middleman init newproject run git clone…
Eduard D
  • 31
  • 2
3
votes
2 answers

Node-sass can't find Compass imports

Is it possible to use Compass with node-sass? It seems node-sass doesn't know how to import the Compass functions out of the box. { "formatted": "Error: File to import not found or unreadable: compass/css3/box- shadow\n Parent style sheet:…
darksoulsong
  • 13,988
  • 14
  • 47
  • 90
3
votes
1 answer

Get position from accelerometer

I am working in a monocular 3D Mapping project, and I need every time both position and rotation (angle). To filter Gyroscope Data, I decided to use the "compass" and set 0 value to the angle if it's north. But to get the position, I will need to…
geniant
  • 117
  • 2
  • 10
3
votes
0 answers

SASS + Compass "doesn't support keyword arguments"

I'm running gulp with sass and compass, and I'm encountering the following error: [02:12:28] Using gulpfile ~/Documents/Site/gulpfile.js [02:12:28] Starting 'sass'... Error in plugin 'sass' Message: scss/helpers/_vars.scss Error: Function…
DT.DTDG
  • 765
  • 1
  • 13
  • 31
3
votes
1 answer

sass/compass file name in css output

I think there's is a way in sass, to have in the output css file, some comments for each class or tag definition, to get the sass file name (and maybe line) where they are. for example : scss file named _common.scss line 15 : .classname{ margin:…
VaX
  • 115
  • 2
  • 10
3
votes
1 answer

Unable to install Compass on RedHat 7

I am trying to install compass on RedHat 7. I have ruby version ruby 2.0.0p598 (2014-11-13) [x86_64-linux] installed. I am executing the following commands: sudo yum insatll ruby sudo yum install gcc gcc-c++ make automake autoconf curl-devel…
anon
  • 367
  • 1
  • 4
  • 18
3
votes
2 answers

How do I prevent Compass from outputting .sass-cache folder using Grunt

I have a .sass-cache folder that is being auto generated. Trying to figure out how not to let it generate it at all. To be more clear, I don't want the .sass-cache folder. I've tried several approaches but can't seem to keep it from…
user4324916
3
votes
1 answer

How to change default sprite name generated by compass?

I have a problem with compass sprites. I used two different config.rb files for it, but I need to generate sprites in same directory. But this sprites deleted each other. Now sprites filename is icons-s2e073c2bbc.png How can I change default file…
ArtemKh
  • 950
  • 7
  • 15
3
votes
2 answers

How do I set the compass in Symfony2 on Windows?

I always use a Linux OS, but I need to check the operation under Windows for others. I have set up a xampp package and a symfony2 framework. config.yml: # Assetic Configuration assetic: debug: "%kernel.debug%" use_controller:…
Devatim
  • 331
  • 2
  • 10