Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintainance of CSS.
0
votes
0answers
9 views
Cannot execute Compass because of Sass version
All of a sudden, I get the following error message when running compass on OS X:
WARN: Unresolved specs during Gem::Specification.reset:
fssm (>= 0.2.7)
WARN: Clearing out unresolved specs.
...
0
votes
0answers
10 views
Compass sprite and retina displays
I have generated a sprite with retina images using Compass, but would like to find a way of having the background positions match up with me using background-size: 100% on height/width half the size ...
0
votes
1answer
27 views
Multiple transforms using Compass
I'm in the case where I have multiple transforms on one element, so my question is how do you translate this into Compass while keeping the named transforms:
-webkit-transform: translateY(-100%) ...
1
vote
1answer
5 views
<map>-sprite-height and <map>-sprite-width not being translated
Following the Spriting with Compass page instruction about the magical dimension functions, I'm trying to set the sizes of each sprite, using something like that:
.top-bar-section {
ul {
...
0
votes
2answers
29 views
Rails - Don't know how to build task 'assets:precompile:primary'
I get this error when I try to run rake db:migrate
rake aborted!
Don't know how to build task 'assets:precompile:primary'
...
2
votes
1answer
20 views
Apply compass sprite to a child element
I have a top bar menu (that's based on Zurb's Foundation):
This is the SCSS:
.top-bar {
.top-bar-section {
ul {
@import "menu-icons/*.png";
@include all-menu-icons-sprites;
}
...
0
votes
1answer
24 views
Is it possible to use variables in seperate css files with sass/compass while still using shared mixins?
I am new to sass and compas, and I am trying to optimise my code. I would like to separate my css files, so I can have page specific css files only included in the pages that require them.
e.g.
...
0
votes
2answers
17 views
How to overwrite SCSS variables when compiling to CSS
I'm trying to use jqtouch theming which is based on SASS and COMPASS. I have a file custom.scss with the most simple code, one import and one variable to overwrite:
// Override variables
$base-color: ...
0
votes
1answer
17 views
How to style ExtJS 4 app with compass without building it first
I'm trying to style my ExtJS app, that I created with SenchaCmd and I have created a theme and also a custom .scss style in the appdir/sass/var folder. However every time I update the styles in either ...
1
vote
1answer
37 views
How to add !important to @include opacity(1) in compass
I am using compass.
Is there any way to add !important to @include opacity(1)?
Thanks!
0
votes
0answers
27 views
Profound grid import not found
I discovered Profound Grid and tough it could help me with my responsive web sites. I'd like to try it out but I have a lot of trouble. There is very little help on the web and the documentation is ...
0
votes
1answer
52 views
Sass --compass --watch Error: Cannot load compass
I am working with sass and compass and trying to use the new sourcemap feature as Chrome 27 requires the new method of sourcemap to show the actual sass files and line numbers in the chrome console ...
0
votes
1answer
60 views
How to install compass in mac?
I would like to install compass through the terminal in mac. I installed sass. I now have Sass 3.3.0.alpha.175 (Bleeding Edge)
Then I tried to install compass with
sudo gem install compass
It ...
0
votes
2answers
73 views
symfony2.3 with compass
sorry for my bad English, I'm using symfony2.3 on windows8. When i try to use compass filter i get the error output:
"You must compile individual stylesheets from the project directory."
Here is ...
0
votes
1answer
33 views
How to make my <header> span only 2 grid units and keep its position fixed in Susy Compass?
I have a header that is spanning the full width (14 columns) of its div.page container. My Susy grid is 14 columns wide. So now when I try to click to inspect other page elements that are under the ...
0
votes
1answer
15 views
Compass backgroud-image background-color?
Don't know how to apply background-image and background-color to div using Compass tried this way
@include background(
image-url($bg-sprite) no-repeat,
color ...
1
vote
2answers
39 views
Importing Compass CSS3 mixins with Foundation
I have Foundation installed and working, but I'm trying to use Compass CSS3 mixins within the same project and can't seem to figure out how to include them.
I thought compass was installed already ...
0
votes
1answer
26 views
How to output CSS files to single directory from several input directories?
Is there a configuration option that will enable me to output scss files located in several directories? I.E.:
foo / foo.scss
bar / bar.scss
baz / baz.scss
into a single output directory
css / ...
0
votes
1answer
20 views
Compass grid mixin generating over 16,000 characters of CSS
Today I installed Compass and thought I'd try to generate a grid background to help me line things up.
I checked the docs ...
1
vote
1answer
69 views
Problems with livereload, sass/compass and yeoman
I've got the latest yeoman stack, and I just upgraded generator-webapp to master as per: https://github.com/yeoman/generator-webapp/pull/67 to get livereload working properly.
HTML files and css ...
1
vote
1answer
27 views
Can I import an externally hosted file with sass?
Using Sass (SCSS) / Compass, is it possible to import some CSS/SCSS into your code from an externally hosted file?
I am hosting a jQuery plugin on a CDN and want to keep the CSS in the same location ...
0
votes
2answers
31 views
SASS/Compass better organizing
everyone.
I start to learn how to use SASS and Compass and whant to ask advice in better organizing this snippet of code
.main-link.first-item {
@include background(image-url($bg-sprite) no-repeat ...
0
votes
0answers
17 views
Using interpolation for calling compass sprite mixins
the problem that i have with this mixing is that i can't interpolation for calling different sprite mixins that compass provides.
I want to be able to have this in one place, create the sprites in ...
0
votes
0answers
27 views
Can I prevent Grunt from passing if Compass Gem is not installed?
We have a Gruntfile that specifies our Grunt tasks for building Javascript in different environments.
It also includes tasks for building SCSS files, which depend on Compass. When being triggered, ...
0
votes
1answer
38 views
Grunt compass task not compatible with this directory structure?
I have the following directory structure (only showing the relevant bits for illustration purposes):
proj \
\ Gruntfile.js
\ package.json
\ test \ (all my tests are in this folder ...
0
votes
0answers
28 views
Rem in Susy Grid setup
I have built a site using Susy and the grid was specified in em's but due to hitting an issue, I need to change the grid settings to use rems.
My base font size set on html is 16px and this is the ...
0
votes
0answers
19 views
Can modifiers be added to ancestors in SASS?
I'm wondering if there is an approach to apply class selectors on ancestor elements from a nested position in the scss.
So the output CSS would be something like this:
#container .btn{
display: ...
1
vote
0answers
202 views
Compass watch - cannot load such file — sass/script/node (LoadError)
/Users/sampurcell/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require': cannot load such file -- sass/script/node (LoadError)
from ...
0
votes
1answer
47 views
Compass with multiple input/output folders
I'd like to compile/watch Compass/SCSS files, spread over multiple folders, in one command. As far as I know there is no way to configure multiple SCSS folders, coupled with separate CSS output ...
0
votes
0answers
44 views
Need help creating a Compass `image-url` Sass function
We're using Sass for handling our CSS processing needs. We are not interested in using Compass but we realise there is a method built into Compass that we would like to develop in Ruby/Sass but I'm ...
3
votes
0answers
115 views
Play framework 2 with sass and compass config file
I am testing stuff with scala, play framework 2.1.1 and I wanted to add sass with compass stylesheets using the compass plugin "compass-normalizer". For the sass part I am using the jlitola plugin.
I ...
0
votes
1answer
24 views
margin-right not respecting my $gutter value in Susy
For some reason my divs styled with .tile do not respect my $gutter-width or $column-width values (I'm not sure which one) and these divs are not lining up properly to the +susy-grid-background ...
0
votes
0answers
51 views
How to build only css files from sass using sencha command?
is there an easy way to build only css files from sass files in extjs project without running the whole build process? I know I could create a config file for compass and use compass watch but isn't ...
0
votes
1answer
49 views
Custom animations in Compass?
I am wondering how can i transle this to compass mixins
@-webkit-keyframes shake {
0% { -webkit-transform: translate(2px, 0px) rotate(0deg); }
10% { -webkit-transform: translate(-1px, 0px) ...
0
votes
2answers
27 views
Overlapping Grids with Singularitygs
I was wondering if there was a way to do overlapping grids with Singularity.gs, like in Grid Set App?
I'd like to overlay two 2-column grids based on the golden ratio.
e.g.
$grids: 1.618 1
and
...
0
votes
1answer
25 views
How do Compass CSS Framework makes cleaner markup without presentational classes?
On their website, the first feature is "Experience cleaner markup without presentational classes.", how do they solve this problem?
1
vote
1answer
61 views
How to shorten this placeholder-transitioning CSS selector using sass/compass?
So I decided to make a pretty animating search box (demo) with CSS transitions using SASS. I also wanted to animate the placeholder text, which involves four different pesudo-classes, and the source ...
0
votes
0answers
41 views
Error compiling SASS file with CodeKit
I just downloaded a new project that was developed from someone else. The project has its own config.rb file for custom configurations for Compass in the root directory. It looks like this:
css_dir = ...
0
votes
0answers
32 views
Getting intermittent Compass Compile Errors using Codekit
I've asked Codekit's dev about this but he says it's likely a Compass issue, and I have no reason to doubt him. I've scoured the internet but haven't found a solution.
I keep getting intermittent ...
1
vote
2answers
36 views
Convert SCSS to SCSS without Compass mixins
I have a SCSS file that references some Compass mixins. Now I want to include it in a project which doesn't use Compass. For that I would like to convert my SCSS with Compass mixins to a SCSS without ...
0
votes
1answer
19 views
SCSS mixin with argument interpolation is not working
I'm creating a mixin to generate a CSS background gradient, per Ultimate CSS Gradient Generator.
The mixin looks like this:
@mixin gradient-2-colors($color-1, $color-1-pos, $color-2, $color-2-pos) {
...
0
votes
1answer
16 views
How can I remove a zen-grid-item mixin declared in a previous media query?
I've been using Zen Grids for responsive layouts for a while now, and somehow never came across this. I've referenced the documentation, but for the life of me cannot figure out how to do something ...
1
vote
1answer
99 views
AssignProcessToJobObject on Yeoman / Grunt and Compass
I've been trying to setup yeoman for a new project but when I start grunt compass I get:
$>grunt compass
Running "compass:dist" (compass) task
AssignProcessToJobObject: (5) Access denied.
I've ...
1
vote
1answer
46 views
SASS variables inter-files scope
In order to use
@include box-shadow(0 0 10px black);
you would have to include the "library":
@import "compass/css3";
later in the file, I am including other scss:
@import "sidebar/main";
...
0
votes
1answer
28 views
NoMethodError on line [“32”] in Rails 3.2 with latest Compass and Sass
I have been searching around a bit to find a solution to this error message I am getting and based on my research it would appear this error should have been fixed in the latest compass-rails and/or ...
0
votes
0answers
79 views
Compiling sass via sass-maven-plugin and susy
I've been trying for a while now to get the sass-maven-plugin to use susy while compiling sass code via compass, without success.
The latest try involves the following code, and the assumption that ...
1
vote
2answers
75 views
Compass compile error on Susy's at-breakpoint mixin
I'm using Susy/Compass/SASS for a simple responsive grid on my current project. However, the Compass compiler won't compile Susy's at-breakpoint mixin. Here's my grid:
+border-box-sizing
...
0
votes
0answers
48 views
foundation generates error css file
I installed compass and foundation 4 on my new Computer an installed a testproject via Terminal.
Now I've set compass watch … to compile the scss files.
When writing something in in app.scss the file ...
1
vote
1answer
17 views
Is compiling compass to public/ dir in rails safe?
I have my .scss files stored in the app/assets/stylesheets folder in Rails 3.x. When I compile the folder (using: compass compile ~/projects/myproject), the resulting .css files are placed in a newly ...
1
vote
1answer
54 views
Weird misalignment in my Susy layout
The elements I set the Susy span-column() mixin to, do not obey to it. They are misaligned ever so slightly. How do I achieve perfect alignment of my HTML elements?
Screenshot of full website ...


