Compass is a charityware authoring framework. It uses the SASS stylesheet language to create clean and reusable CSS3 code.
Questions tagged [compass]
720 questions
0
votes
2 answers
Error: ENOENT util.rb No such file or directory after upgrading to compass 1.0.1/sass 3.4.2
Here's everything the terminal spits back, with --trace-
Errno::ENOENT on line ["670"] of /Library/Ruby/Gems/2.0.0/gems/sass-3.4.2/lib/sass/util.rb: No such file or directory - /Users/aristidesstaffieri/sass
…

Stides
- 40
- 2
- 3
0
votes
2 answers
Setting up compass using the Yeoman angular-fullstack Gruntfile.js
I have a super complex grunt file that has been generated from Angular FullStack
I want to add a gem called Susy but it has a dependency of compass:
In the past i've been able to do this simply by adding: require to my grunt file
compass: {
…

Armeen Moon
- 18,061
- 35
- 120
- 233
-1
votes
1 answer
How to read records from mongodb compass using python if the databse have more than 1k records
I am trying to read the data from MongoDB compass by using Python. But for me always gives only one record
can anyone please suggest the actual code?. I am using the mycollection.find() command to get the record
giving only one record off …
-1
votes
1 answer
Question about getting global coordinates of lidar point cloud from relative in Webots
I need to do custom mapping of surroundings with lidar using mobile robot in Webots. What I use for that:
GPS for getting robot position.
Compass for getting direction robot.
Lidar for getting info about surroundings.
Maybe someone familiar with…

RavenCloud
- 1
- 1
-1
votes
1 answer
Which sensor is responsible for compass functionality in Kotlin?
i have a compass page in my app but as far as i know there are some devices that doesn't support compass (no built-in sensor)
what i am trying to do here is navigate the user to another page in case there is no sensor in their device as follow:
val…

Enigma
- 353
- 4
- 14
-1
votes
1 answer
Did the update to rb-inotify just break compass on Ruby 1.x?
On December 15th the rb-inotify gem was updated to the version 0.10.0 which now requires Ruby 2.2 or later. The compass gem has a runtime dependency of rb-inotify >= 0.9 which appears to now automatically include version 0.10.0. Thus on Ruby 1.9.3…

Tyler V.
- 2,471
- 21
- 44
-1
votes
2 answers
grunt compass give single scss file
I am using grunt compass and I want only to compile a single scss file src/scss/image_slider.scss instead of all the files under scss folder.
Below written code works fine for full scss foler.
compass: {
dist: {
options: {
…

Varun Sukheja
- 6,170
- 5
- 51
- 93
-1
votes
1 answer
why no calc() mixin in Compass?
I feel like I'm missing something, Compass provides mixins for everything else that requires browser prefixes. I understand that calc() is widely supported in modern browsers but I can't be the only one that wants to maximize…

J Garcia
- 806
- 1
- 7
- 17
-1
votes
1 answer
How to generate single minify file of css using Compass?
I want to compile my sass file into single minify css in project.

Jeewan Kunwar
- 23
- 6
-1
votes
1 answer
How to give a css only carousel auto-play using javascript
below is the html
label, a {
cursor: pointer;
text-decoration: none;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
label, #active, img {
-moz-user-select: none;
…

Sagar Sinha
- 375
- 2
- 8
- 26
-1
votes
1 answer
What is --save-dev and argument for in this case?
I have recently inherited a project. This project uses a bunch of technologies I've never used before. Specifically...
-Node
-Bower
-Grunt
-Compass
I've been attempting to learn all these technologies simultaneously as I go so that I can get to work…

Allenph
- 1,875
- 27
- 46
-1
votes
1 answer
What are Real World Compass Readings in Android
I will try to be as specific as I can. I am building an AR app for that I need Compass North South East West ( what I think). I am new in android development so I don't know much about it. I am currently Using Unity, and I am confused about the…

Qasim
- 101
- 2
- 10
-1
votes
1 answer
Integrating Compass to generator-webapp error
I followed the tutorial in the link: https://github.com/yeoman/generator-webapp/blob/master/docs/recipes/compass.md And then I got the following error. What am I wrong here? Please help!
Error: File to import not found or unreadable:…

Binh Nguyen
- 33
- 1
- 6
-1
votes
1 answer
Gps in combination with servo on arduino
We are building a boat which needs to steer towards a certain coordinate. Therefore we attached a GPS and a compass into the board. We were able calculate the direction that the boat has to steer. When we plug in the GPS module together with the…

Just van Til
- 71
- 6
-1
votes
1 answer
Use custom SASS style sheets among multiple projects with Gulp
I am using Gulp and Scss. I have my own folder of custom sass stylesheets. At the moment, I copy them to each project folder, which makes them a nightmare to maintain and update.
Is there any way I can put them in a global location and then use…

big_smile
- 1,487
- 4
- 26
- 59