Top "Sass" questions

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

Include `.scss` file in another `.scss` file?

How can I Include .scss file in another .scss file? I was trying to write this in a file: app.…

sass scss-lint
Append unit type to the result of a calculation

I've been refactoring my CSS to a SASS style sheet recently. I'm using the Mindscape Web Workbench extension for VS2012, …

css sass
Sass negative variable value?

I have a couple of scss selectors where I use the same amount positive and negative, as in: padding: 0 15px 15…

css sass compass-sass
Sass import error in Rails 3 app - "File to import not found or unreadable: compass"

I have a Rails 3 app on which I successfully ran compass init rails ./ --using blueprint. I can @import files from …

ruby-on-rails ruby-on-rails-3 sass compass-sass blueprint-css
Does SASS support adding !important to all properties in a mixin?

I am currently using the compass framework and all it's helpful CSS3 mixins. I would like to use the border-radius(5…

sass compass-sass
Using node-sass watch option with npm run-script

So I'm running tasks in npm package scripts but I want to pass the watch option in npm start. This …

node.js sass npm build-tools node-sass
@each loop with index

I was wondering if you can get an element index for the @each loop. I have the following code, but …

sass each
Compass Transform Mixin

I have the following CSS: .progress-bar { transform: rotate(0deg) scale(1) skew(-50deg) translate(2px); -webkit-transform: rotate(0deg) scale(1) skew(…

css sass transform compass-sass
SASS implementation for Java?

I'm looking for SASS implementation in Java (could be used with JSP/JSF). For Python I've found CleverCSS, but there …

java maven ant jruby sass
compass: You must compile individual stylesheets from the project directory

A while ago I was using compass to generate stylesheets from sass for a project. Recently I returned to that …

sass compass-sass