Top "Sass" questions

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

Using multiple conditions (AND) in SASS IF statement

Using SASS, I would like to have multiple condition in IF statement What I use right now : @function color-x ($alpha) { @…

if-statement sass
False positive "undefined variable" error when compiling SCSS

Getting an error message when compiling my SCSS using the ruby compass gem. run: /var/lib/gems/1.8/gems/compass-0.12.2/bin/…

sass
SCSS/SASS: How to dynamically generate a list of classes with commas separating them

I'm working with the SCSS syntax of SASS to create a dynamic grid system but I've hit a snag. I'm …

css sass styles stylesheet grid-system
Why put in front of the file name "_" or "_" in scss/css?

Why put _ in front of the filename in scss? _filename.scss - Why does it need _ ?

css sass
Background images path in Sass and Compass

This is mentioned in config.rb file images_dir = "images" I use 2 folder for images in my projects inside images …

css ruby compass-sass sass
Modify file in place (same dest) using Gulp.js and a globbing pattern

I have a gulp task that is attempting to convert .scss files into .css files (using gulp-ruby-sass) and then place …

javascript node.js sass gulp
Sass or Compass without ruby?

Is there a way to use Sass or Compass or anything like that without Ruby? I have been looking around …

css sass compass-sass
How can I use custom theme palettes in Angular?

I want to use my company's brand colors throughout the app. I have found this issue: AngularJS 2 - Material design …

angular sass material-design angular-material2
Is there a SASS.js? Something like LESS.js?

I have used LESS.js before. It's easy to use, something like <link rel="stylesheet/less" href="main.less" …

css sass less
How to compile .sass files on save in Visual Studio 2015

How can one get a full sass (i.e. scss) precompiler environment up and running in Visual Studio 2015? This is …

asp.net sass gruntjs visual-studio-2015