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

gem isntalll sass is not working its completely changed to node.. ### npm install sass to edit the page

### gem install sass command not working ### is not working it completely changed to node **right commad - sudo npm install -g sass**:[here](https://www.npmjs.com/package/grunt-contrib-sass)

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Hi, for some reason i get this error: **Path must be a string. Received undefined Use --force to continue.** this is the grunt.js code: ``` js sass: { dist: {...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

![image](https://user-images.githubusercontent.com/48281904/54130214-44720780-4410-11e9-8f6a-13212d2e61ef.png) ![image](https://user-images.githubusercontent.com/48281904/54185458-5b186d00-44a9-11e9-8e65-1c4486f086f0.png) Grunt I want to compile sass files to CSS, but it will not let me. I have installed ruby ​​and the sass module and it does not work...

I noticed that in the documentation, you are using "style" instead of "outputStyle".

Hi guys, i get a strange error when i try to start the grunt sass task. Maybe some of you had the same experience and someone could help me. ![error_sass](https://user-images.githubusercontent.com/25606498/63161617-c5b57200-c020-11e9-8c13-c85e956b40e1.png)

The readme mentions the requirement of ruby and sass for the purpose of this task. However it appears that the newer version of Sass is being moved away from ruby...