Top "Sass" questions

Sass (Syntactically Awesome Style Sheets) is an extension of CSS adding features like nested rules, variables, mixins and class extensions.

Multiple two-class selectors in Sass

Having multiple two-class selectors for a single declaration block, is it possible to simplify the following (i.e. not having …

css sass
sass-rails helpers "image-url", "asset-url" are not working in rails 3.2.1

I am on 3.2.1, with sass-rails-3.2.4 and sass-3.1.15... The documentation for the asset pipeline says: asset-url("rails.png", image) becomes url(/…

ruby-on-rails ruby-on-rails-3 sass asset-pipeline
SASS (not SCSS) syntax for css3 keyframe animation

Is there any way to write keyframes in SASS? Every example I have found is actually SCSS, even when it …

css sass keyframe
Sass/Compass - Convert Hex, RGB, or Named Color to RGBA

This may be Compass 101, but has anyone written a mixin which sets the alpha value of a color? Ideally, I …

css sass compass-sass rgba
Is it possible in SASS to inherit from a class in another file?

The question pretty much says it all. For instance, if I were using, say, Twitter Bootstrap, could I define classes …

css inheritance stylesheet sass
Sass Invalid CSS Error: "expected expression"

I've just been following the Sass tutorial. For some reason though the Sass file is not correctly generating the css. …

css sass
How do I load font-awesome using SCSS (SASS) in Webpack using relative paths?

I have font-awesome in my node_modules folder so I try to import it in my main .scss file like …

node.js sass npm font-awesome webpack
How to integrate CSS pre-processing within Eclipse?

I would like to edit SCSS files in Eclipse, preferably with syntax highlighting for .scss files. I found these resources …

css eclipse sass eclipse-plugin
Proper SCSS Asset Structure in Rails

So, I have an app/assets/stylesheets/ directory structure that looks something like this: |-dialogs |-mixins |---buttons |---gradients |---vendor_support |…

css ruby-on-rails asset-pipeline sass
Can I calculate and use element height with SASS \ Compass

I use sass and compass in my RoR project. I need to assign to the top CSS property of an …

css sass compass-sass