"Compass is a stylesheet authoring framework that makes your stylesheets and markup easier to build and maintain. With compass, you write your stylesheets in Sass instead of CSS. Using the power of Sass Mixins and the Compass community, you can apply battle-tested styles from frameworks like ...
28
votes
4answers
9k views
How to use compass with rails 3.1
I have searched and searched and all I could see was that to use compass with rails 3.1 was to just edit the Gemfile like so:
gem 'compass', :git => 'https://github.com/chriseppstein/compass.git', ...
21
votes
4answers
4k views
What is the value of Compass for Rails 3.1?
I'm trying to decide if I should include Compass when starting a new Rails 3.1 project. I haven't used Compass before.
Rails 3.1 now supports SCSS directly. The Rails 3.1 asset pipeline (via ...
20
votes
4answers
2k views
Compass style libraries for LESS css?
SASS has Compass (a community maintained library of sass mixins/methods).
Does LESS have any supporting libraries that can compare to Compass? Listing anything would be helpful!
13
votes
5answers
8k views
Compass vs Twitter Bootstrap
I'm going to be starting a new rails web app and after days of research on css frameworks, decided to go with Compass and 960.gs/Blueprint. But now Twitter JUST came out with Bootstrap and I have to ...
11
votes
1answer
520 views
Difference between compass and sass?
I know this is kinda of a stupid question, but I've been searching google and I can't find any answers:/ So what's the difference between sass and compass, sass and scss. I'm getting really confused ...
9
votes
4answers
4k views
rails + compass: advantages vs using haml + blueprint directly
I've got some experience using haml (+sass) on rails projects. I recently started using them with blueprintcss - the only thing I did was transform blueprint.css into a sass file, and started coding ...
8
votes
1answer
1k views
What are the main differences between HAML, SASS/Compass and ERB?
I'm looking for a templating engine. What are the important factors to consider when choosing among HAML, SASS/Compass and ERB?
7
votes
3answers
3k views
Using Compass on Windows with Visual Studio C# and ASP.NET
Has anyone done any development of Compass for CSS/SASS in a standard C# ASP.NET environment?
Is there a single distribution I can just download that's ready to go for Windows or do I need install ...
6
votes
3answers
405 views
Compass vs Bourbon Frameworks
Im working on a rails 3.1 application, and got Bourbon stylesheet framework working. Everything seems fine but I am wondering what are the main differences between Compass and Bourbon.
Why would you ...
5
votes
3answers
426 views
Compass: generate Sprites, plus width / height on each images in the sprite
I'm using Compass (a CSS Framework) to generate sprite images.
It work, but compass generate only a background-position for each image.
Is it possible to get also the width and the height for each ...
5
votes
1answer
757 views
Multiple background images (gradient + sprite)
This relates specifically to the compass framework for SASS.
I have created a sprite and also a gradient mixin. Is it possible to combine the two on the same item, and if so how?
@import ...
5
votes
3answers
2k views
Using Compass on Heroku: /tmp for stylesheets remotely and locally
I'm currently using Compass with Heroku using this configuration recommended on the Heroku knowledge base. Heroku has a read-only file system, and so the compiled stylesheets need to be stored in ...
5
votes
2answers
1k views
Is it possible to set different SASS output style for development and production with Compass in rails?
Let say I would like to set nested style for development and compressed for production. There is only one option in Compass configuration file:
output_style = :compact # or :nested, :expanded, ...
5
votes
1answer
922 views
Library for making static websites with HAML/SASS/CSS framework
I'm looking for a library or a collection of libraries that work together with the following requirements:
HAML and SASS can be used.
Have a small server capability to see HAML/SASS compiled every ...
4
votes
2answers
280 views
Sass: Dealing with the IE 4095 selectors per stylesheet restriction
Note: This is question refers to a Rails project with Sass & Compass
We are developing a big application with many use cases and many individually styled pages, partly for multiple contexts. ...
4
votes
1answer
243 views
Compass Blueprint Liquid starting point
I'm trying to move to a liquid grid using the compass/blueprint/liquid (http://compass-style.org/reference/blueprint/liquid/) however Im getting stuck with the very basic stuff.
Can someone point me ...
4
votes
2answers
821 views
Rails 3.1/Compass/sprockets - generating css twice
Using the github versions of the compass rails31 branch and sass-rails:
gem "sass-rails", :git => "https://github.com/rails/sass-rails.git"
gem "compass", :git => ...
4
votes
1answer
533 views
rails 3.1 scss and where does compass fit in?
I am creating a new theme for my cms using scss. I am currently on rails 3.0.7 but am going to upgrade to 3.1 as soon as the the final is released so i can use the asset pipeline stuff.
My question ...
4
votes
2answers
501 views
Best method for adding compass to a django project
What's the preferred or best method for integrating compass with susy or blueprint into a django project?
4
votes
2answers
816 views
Multiple box-shadow declartions in Sass
I would like to create a Sass mixin for the box-shadow property but am running into some troubles. Some of the existing code looks like this.
#someDiv {
-moz-box-shadow:0 0 5px rgba(0,0,0,.25);
}
...
4
votes
2answers
2k views
How to use SASS logic within a CSS 3 media query
I'm using saas via the compass framework and the blueprint/grid dependency. I want to be able to set the width of a column using a media query, like so:
// /src/partials/_base.scss
...
4
votes
1answer
242 views
HAML & SASS/COMPASS: Is it possible to share variables between?
I'm getting used to working with compass and Haml now and it's pretty awesome. However, it would be great if the two could work more closely together. It seems not possible, however I might have ...
4
votes
2answers
550 views
What's a good CSS button framework for Compass?
I'd like to be able to configure colors, gradients, etc..
4
votes
1answer
1k views
Is there a PHP equivalent to Compass?
From my understanding, Compass only works with Ruby. Is there a PHP equivalent to Compass?
3
votes
2answers
245 views
HTML5 CSS3 Frameworks Sass/Compass/320&up/susy/HTML5boilerplate play together?
I've been exploring the tools and techniques to implement responsive design.
I like the responsive mobile 1st approach that 320 & up does, it says it uses html5 boilerplate.
For overall ...
3
votes
1answer
99 views
Can't get Compass to work with RVM and Symfony on OS X Apache
I have the following project structure which I can't get to work:
Mac OS X Lion with Apache
PHP 5.3.6 and Symfony 2.0.6 running on this
RVM with Ruby 1.9.2 and the compass 0.11.5 gem installed
On ...
3
votes
4answers
168 views
Blogging engine with built in SASS/Compass and HAML [closed]
I absolutely love what HAML and SASS have done for my design habits. I want to switch my blog over from Wordpress to something that supports SASS, Compass, and HAML natively (bonus points for Markdown ...
3
votes
3answers
702 views
Asset pipeline, compass font-face and eot?iefix call to the font
I am trying to use a Compass font-face mixin, which contains the inclusion of
*.eot?iefix
My app/assets/fonts contains all the font types needed, including .eot.
When I try to run assets:precompile ...
3
votes
2answers
2k views
Rails 3.1 Compass and Sprockets. Confused
I am generally confused about Rails 3.1, Sprockets, and Compass.
At the top of this article, it says *= require directives, are no longer needed using Sass-Rails, just use @import instead. The ...
3
votes
3answers
1k views
Is there a valid Gemfile for Rails 3.1 together with Scss, Haml, Compass and HTML-Boilerplate in production mode?
I have a successful Rails 3.0.x project with the following subset of Gems in the Gemfile:
gem "compass"
gem "haml"
gem "haml-rails"
gem "html5-boilerplate"
I tried today to upgrade to Rails 3.1 and ...
3
votes
1answer
174 views
Way to reference icon in Compass Sprite without including magic selectors
This is in particular reference to the Compass spriting framework
Following the documentation here http://compass-style.org/help/tutorials/spriting/#magic-selectors
I have used this method so that ...
3
votes
3answers
419 views
Error with Compass polling on windows 7
I am attempting to work locally on a PHP application which I cloned from the Git repository my partner and I use.
He uses a Mac, and until now I have been working on the app in a virtual Ubuntu Linux ...
3
votes
4answers
764 views
CSS (perhaps with Compass): Cross-browser gradient
I would like to get a gradient in CSS (perhaps through Compass) that works in every major browser, including IE7+. Is there an easy way to do this (without writing a lot of code, and without a custom ...
3
votes
1answer
1k views
How does 'compass watch' work/how is it used with rails
I have done compass create . and compass init rails whilst in my project directory. A few questions:
I have placed my .sass files in public/stylesheets. Is this the right place to put them?
When I ...
3
votes
3answers
566 views
selector count in css
is there an existing plugin/app/program/script/whatever that analyzes and counts the css selectors of a file? i want to check if the reason my css file is not working in ie is because my selector ...
3
votes
3answers
763 views
Using subfolders for Sass partials in Compass project directory structure
I've got a compass project up and running with scss files in a src directory which are being compiled into a sttylesheets directory as css. This is all fine and I'm able to use the sass @import ...
3
votes
2answers
375 views
Download all gems dependencies
I want to install compass by downloading any required file and taking them to another machine without internet connection. I have downloaded the source package for compass and when I run gem on it in ...
3
votes
1answer
2k views
LESS vs. COMPASS
For a rails CSS framework for an existing app, which one do you prefer - LESS or COMPASS?
3
votes
1answer
195 views
Jquery css Compass-like correction
jQuery has opacity correction when you use css method (lines 4592-4608 on jQuery 1.4.2):
// IE uses filters for opacity
if ( !jQuery.support.opacity && name === "opacity" ) {
...
3
votes
1answer
1k views
How do I output compressed CSS from Compass?
How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed but that didn't work.
3
votes
3answers
3k views
Best way to learn how to combine Blueprintcss and Compass/Sass?
I would like to apply Blueprintcss and Compass/Sass to a Rails project.
Should I learn Blueprint first or Compass/Sass first or are there any guides on how to use the two of these together?
Also, ...
2
votes
3answers
426 views
HTML5-Boilerplate, Compass, Haml and 960 Grid for Rails 3.1.x
I've been searching for a working solution for Rails 3.1.x to add HTML5 Boilerplate, Haml, Compass and 960.gs support in a canonical manner (i.e. in a way that fits into the new asset pipeline ...
2
votes
1answer
120 views
Centering sprites with SASS/Compass
I'm having an issue with horizontally centering sprites using Compass Sprites.
I have a bunch of sprites that are of different sizes for icons and I want them to be centered on the container they're ...
2
votes
1answer
124 views
What's the best workflow for designers to work with the Rails 3.1 asset pipeline
I'm working in a resources heavy Rails 3.1.2 app as a frontend/designer and i'm constantly changing stylesheets (compass), reloading browser, ...
Since we switched to asset pipeline, it compiles ...
2
votes
1answer
263 views
Getting file not found error running Sass and Compass as jar in ant
I used the following tutorial to add compass as a target in ant: http://caueguerra.com/tutorial-using-sass-in-a-java-project
Here are the gems in my jar:
java -jar jruby-compass-gems.jar -S gem list
...
2
votes
1answer
278 views
Blueprint via Compass in Rails 3.1
I have successfully integrated Compass and Rails 3.1 in this sample app. I am also trying to learn to use Blueprint, so I am trying to replicate the Grid Test in the app. So how do I include ...
2
votes
3answers
111 views
Howto include application css into mailer views in Rails 3.1
Is there a way how I can add my normal application css files (which are scss/sass) to my mailer views without duplicating code?
Didn't find a solution on the net... :/
2
votes
1answer
308 views
Using Sass + Compass + Blueprint in Rails 3.1 App
I am struggling BIG TIME with getting this framework set up correctly. Has anyone successfully been able to get this working? If so, I would love any and all feedback. Thanks!
I'm following the ...
2
votes
1answer
245 views
How to “repeat-x” a sprite, generated by Compass
I have a gradient directory in my assets/images in a Rails 3.1 application. Here's the code I use to create a sprite from those images using Compass:
$gradient-repeat: repeat-x;
@import "compass";
...
2
votes
1answer
188 views
Rails 3.1 and Stylesheet Frameworks
I am building an application in Rails 3.1 and I really like the whole SASS feature.
I looked at Compass recently and did also come across some debate discussing the need to use compass anymore in ...