Compass is a charityware authoring framework. It uses the SASS stylesheet language to create clean and reusable CSS3 code.
Questions tagged [compass]
720 questions
4
votes
1 answer
Change compass image in Map
Like you can see in the title: I'd like to change the compass image displayed in my MapView.
I'm creating a MKCompassButtonView using these lines:
let compassBtn = MKCompassButton(mapView:MapView)
compassBtn.frame.origin = CGPoint(x: 25, y:…

Jonas0000
- 1,085
- 1
- 12
- 36
4
votes
3 answers
Updated to High Sierra and having trouble running compass
I updated to High Sierra earlier this week and am having trouble running compass. When trying to run compass watch it gives me this error:
compass watch
-bash: /usr/local/bin/compass:…

Ellie Fahimi
- 41
- 1
- 3
4
votes
1 answer
How to config to include Compass in Angular cli
How to config to enable Compass in Angular cli?
I've tried to search all over the place and have no idea. It seems like Angular cli no longer include Compass by default. I'm newbie in Angular Cli and Webpeck so can anyone help with answer or provide…

Elec
- 1,699
- 2
- 13
- 20
4
votes
0 answers
Webpack - Module build failed: Function sprite-map doesn't support keyword arguments
I am new to webpack and I'm trying to implement it in my project. I'm also using Compass for my .scss files.
I included all my scss files in my entrypoint (see the webpack configuration down below) and I have this error:
Error line 1: Function…

Val Berthe
- 1,899
- 1
- 18
- 33
4
votes
1 answer
FATAL: Listen error: unable to monitor directories for changes
I am trying to watch a sass directory .I created sass project using the following command on my ubuntu 16.4 system
compass create sass
And got the result
directory sass/ directory sass/sass/ directory sass/stylesheets/ create sass/config.rb…

Shijin TR
- 7,516
- 10
- 55
- 122
4
votes
1 answer
compass command not found after install
Mac OS X El Capitan:
I can't run "compass" in terminal after compass installation.
I knew that i made some mistake when I was installing compass, probably with sudo.
My steps:
sudo gem install compass
If I entering: compass -v , returns:
command…

A. Koval
- 41
- 1
- 1
- 4
4
votes
1 answer
Speeding up compass sass compilation with sprockets-sass
I am working with really big projects which are using compass(compass sprites tools including) sass framework cli tool(compass watch, compass compile) to create app.css file. Sass of the project is using multiple @import statements to include dozens…

asmodianis
- 1,056
- 1
- 7
- 10
4
votes
1 answer
Error installing compass in OSX Yosemite (or Sierra)
Good day
I have a Mac with OSX Yosemite
I'm trying to install the compass with the command:
sudo gem install compass
but I am getting the following error:
Building native extensions. This could take a while...
ERROR: Error installing compass:
…

Vitor
- 172
- 1
- 1
- 11
4
votes
1 answer
Compass inline-image syntax/configuration
I add the following block to myapp.scss:
.resourceType2 {
background: url('../resources/ressource2.png') no-repeat 2px 1px;
padding-left: 16px;
}
After I call sencha app build production with Cmd 6.0.1.76, I see the background-image. I…

Alexander
- 19,906
- 19
- 75
- 162
4
votes
1 answer
Compass not running with Grunt on Windows 7
I am currently watching for any changes in my sass files: ['_/components/sass/*.scss']
When I run grunt watch (via the Node.js terminal with Admin permissions) everything seems to be working fine.
If I however make any changes to an .scss file, I…

Arman Nisch
- 1,132
- 11
- 11
4
votes
1 answer
Error: "compass:dist" Fatal error: spawn /usr/bin/compass ENOENT
Guys, I'm generating build my application with the grunt, it uses the compass.
I set some variables:
export GEM_PATH =/usr/local/rvm/gems/ruby-2.1.2:/usr/local/rvm/gems/ruby-2.1.2@global
export PATH=$PATH:/usr/local/rvm/gems/ruby-2.1.2/bin
export…

Erick Macedo
- 47
- 1
- 3
4
votes
1 answer
Get changes in .css that where not made using compass
Lets Say I have this structure of files
/sass/screen.scss
/sass/file1.scss
/css/screen.css
And I left it all good, the thing is other developer took over the project and he didn't know I used compass and he Did many changes directly to the…

Toni Michel Caubet
- 19,333
- 56
- 202
- 378
4
votes
1 answer
Cordova Compass API is giving error code 3
This question is already asked on stackoverflow here but I didn't found any answer to it, so I raised again this. Please can anyone able reply for this?
My code is as follows:
Compass Example