Questions tagged [compass]

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

720 questions
0
votes
1 answer

Compass Vertical Rythm For Non Text Elements

In these days I jumped into compass and i can say I really love it. By the way, I come up with some questions about a proper workflow that fits my needs. Let's have an example: my grid example As you can see i setup a pretty straightforward grid…
0
votes
1 answer

True heading and true course of an iphone

I am working on some project where I required to make an app which can tell course of an iphone but without GPS. I can use GPS to get initial fix. Now I can get true heading using compass but that is the orientation of phone w.r.t north pole not the…
sau
  • 1,316
  • 4
  • 16
  • 37
0
votes
1 answer

Cannot load such file - Ruby / Compass / Susy

When I run grunt, I keep getting the following error. I've installed, uninstalled, reinstalled them multiple times with the same issue. On a previous PC with the same installation files it worked fine, so I'm confused as to what is causing the…
otajon
  • 3
  • 4
0
votes
2 answers

Why is Sass striping semicolons?

I'm using Compass to compile a Sass Zen theme. I got this warning: Compass has changed how browser support is configured. The following configuration variables are no longer supported: $legacy-support-for-ie6, $legacy-support-for-ie7,…
icicleking
  • 1,029
  • 14
  • 38
0
votes
1 answer

Compass in Windows Phone 8.1 COMException OnPropertyChanged MVVM

I got a problem with my MVVM pattern. class MagnetometrViewModel : INotifyPropertyChanged { private Compass compass; double temp; public MagnetometrViewModel() { compass = Compass.GetDefault(); …
Criss
  • 725
  • 1
  • 6
  • 12
0
votes
1 answer

Sprite image is only longitudinally arranged

It seems to waste too much space. I want it more like this: http://style.aliunicorn.com/wimg/site/group-en/ru/buyer/sprite/header-sprite.png?t=15eb4a27_0 My .scss: $icon-sprite-dimensions: true; @import "compass/utilities/sprites"; @import…
孙欣乐
  • 417
  • 3
  • 8
0
votes
1 answer

Searchable grails plugin ClassNotFoundException: org.apache.lucene.analysis.Analyzer$TokenStreamComponents

i'm using the searchable 0.6.9 plugin with grails 2.4.4 and on my development machine (Windows/IntelliJ IDEA) everything works fine. Deploying it on my Tomcat on linux, however, gives me the following error: ... 2014-12-01 10:20:46,066…
mwio
  • 53
  • 7
0
votes
2 answers

Compass sprite path causing error

I've tried many responses already, but for some reason I can't get this to work. The error is: No files were found in the load path matching "sprites/*.png" My config.rb code: relative_assets = true cache=false Encoding.default_external =…
Desmond
  • 1,656
  • 3
  • 22
  • 34
0
votes
2 answers

Android - How to detect change in compass degree (Java)

I have the following code that perfectly works on my Nexus 5. public void onSensorChanged(SensorEvent event) { float degree = Math.round(event.values[0]); displayMsg.setText(String.valueOf(degree)); } degree contains the compass's…
Matt
  • 974
  • 1
  • 13
  • 31
0
votes
2 answers

Compass warning when watching Foundation 5 folder

I am using Compass to compile and watch Foundation CSS files. However the changes are either not being applied or something is happening. I tried changing the background of my entire website to test if it was my scss file. But as it turns out it…
CMS scripting
  • 669
  • 1
  • 7
  • 13
0
votes
1 answer

Getting errors when installing Compass

I'm running Ubuntu with ruby: ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] got Sass 3.4.9 installed and now I'm trying to install Compass from http://compass-style.org/install/ but when running gem install compass am getting…
spirytus
  • 10,726
  • 14
  • 61
  • 75
0
votes
1 answer

Change Ruby version path for compass

I updated to Yosemite earlier this week and am having trouble running compass. When trying to run compass watch it gives me this error: -bash: /usr/bin/compass: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin /ruby: bad interpreter:…
Laura
  • 355
  • 1
  • 4
  • 13
0
votes
1 answer

Javascript wheel dynamic abilities

I came across this wheel script that I'd like to possibly implement. However, I need the $ of wheel panels to be dynamic. The SASS had a variable in it already, but if I modify it to say 20, and add more div elements, the wheel still only shows 10.…
NikZ
  • 650
  • 3
  • 8
  • 20
0
votes
1 answer

Compass ERROR: no implicit conversion of Array into String

I´m trying to use Compass inside my Rails application for CSS Sprites, but after insert the path of my icons inside my SCSS file I receive the error below: "in implicit conversion of Array into String" This is my code: custom.css.scss @import…
0
votes
1 answer

Use Compass mixins in Brunch

I`m trying to use the Compass-mixins plugin from git and compile with Brunch. Problem is I cant use the mixins inside my main.scss. I have to import the the compass.scss for example but that makes compile time more than 2000ms, compared to 100ms.…
Dobromir Hristov
  • 1,221
  • 10
  • 16