Top "Compass-sass" questions

Compass is an open-source CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy.

Sass @each with multiple variables

I'm just getting started with Sass and Compass, and I'm loving it. Something I'd like to do is take advantage …

css sass compass-sass
Grunt doesn't launch : ">> ReferenceError: grunt is not defined"

I'm new to NodeJS and Grunt and I'm struggling to make this work. Here's what I get : $> grunt Loading "…

node.js npm gruntjs compass-sass
Syntax error: File to import not found or unreadable: foundation/common/ratios

I have foundation installed and when I edit and save the app.scss file it creates a "app.css" and …

terminal compass-sass sass zurb-foundation
What is workflow in Yeoman to work with Sass files?

I try to use yeoman but I don't know how to use my own sass files with it. With grunt …

sass compass-sass gruntjs yeoman
Subtraction not working in compass scss

While ive been loving compass, I just ran to a confusing issue. I'm trying to subtract one from a value …

sass compass-sass
How to remove the hash from Compass's generated sprite image filenames?

Compass uses chunky_png to render the sprites. It adds a hash to the end of the file to force …

css sass compass-sass
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 …

css sass transform compass-sass
Does compass-rails support Ruby on Rails 4.0?

I have clean new Rails 4 app with Gemfile: #default gems gem 'compass-rails' gem 'zurb-foundation' gem 'thin' with style.scss: @import "…

compass-sass ruby-on-rails-4
Run Compass with --sourcemap flag

Does Compass support the --sourcemap option in Sass yet? I would like to run Sass through Compass. I have sass_…

css sass compass-sass
How to modify grunt watch tasks based on the file changed?

I'm writing a node.js program that will watch a directory filled with a large (300-ish) amount of scss projects. …

node.js compass-sass gruntjs grunt-contrib-watch