grunt-contrib-sass icon indicating copy to clipboard operation
grunt-contrib-sass copied to clipboard

Compile Sass to CSS.

Results 38 grunt-contrib-sass issues
Sort by recently updated
recently updated
newest added

Grunt Sass Generated: /*# sourceMappingURL=assets/css/style.css.map */ I want like this: /*# sourceMappingURL=D:/wamp/www/foldername/foldername/wp-content/plugins/foldername/assets/css/style.css.map */

Hello all, Can anyone help me out for showing grunt sass sourcemap.I had figure out that sass sourcemap only works when it is ni root file but how to show...

This makes impossible to use `sass.options.check=true` if project uses compass. If any of sass files will include like `@import "compass/css3"` it will fail with `File to import not found or...

I'm trying to change Style option to anything but auto and it does nothing. AFAI tested the other options are fine. It's just Style. Specially I would like to use...

Here is My Gruntfile module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), sass: { dist: { options: { debugInfo:false, style: 'expanded', precision: 3, lineNumbers: true }, files: { 'style.css' : 'style.scss'...

Hello! I noticed today that this library requires cross-spawn < 3 but the latest release is 5.1.0.

It's been about 3.5 years since there's been a release for this package. I'm working on adding it to Fedora, but Fedora's version of async is too new for the...

I recently run into a problem where encoding gets trouble. looks like current the only solution is adding `-E UTF-8` to cli option. Is there a option for extra cli...

I'm getting an error when I try to used named lines in the CSS Grid spec. Grunt-contrib-sass throws an error and will not compile my Sass (scss) when it includes...

I'm not sure what I'm doing wrong - I have a .scss file like this: ```sass //// Start Bootstrap // Core variables and mixins @import "bootstrap/variables"; @import "bootstrap/mixins"; // Reset...