Giter Club home page Giter Club logo

Comments (5)

OndrejVertat avatar OndrejVertat commented on May 27, 2024 2

Only solution in this moment is to downgrade. Version 2.1.0 is latest which has descriptive and specific error outputs.

from grunt-sass.

bfredpatrick avatar bfredpatrick commented on May 27, 2024

I'm having the same issue as Moondrop. It seems that earlier version of this task had that functionality. If I switch to 1.0.0 I get the error messages that I'd expect to get.

from grunt-sass.

liquidvisual avatar liquidvisual commented on May 27, 2024

3.0.2 also gives me Fatal error: The implementation option must be passed to the Sass task. Rolling back to 2.1.0 fixed that.

from grunt-sass.

badfeather avatar badfeather commented on May 27, 2024

I've fixed this by switching to the Dart Sass implementation. For example, I'm now getting the following output on an error:

Fatal error: expected "}".
   ╷
44 │ }
   │  ^
   ╵
  assets/src/sass/theme/_theme-header.scss 44:2  root stylesheet
  assets/src/sass/theme.scss 43:9                root stylesheet

Note: The documentation for using the Dart Sass implementation could use some improvement. It should state that you should run npm install --save-dev sass fibers grunt-sass to use Dart Sass, and the following should be changed:

const Fiber = require('fibers');
const sass = require('node-sass');

Should be changed to:

const Fiber = require('fibers');
const sass = require('sass');

from grunt-sass.

toptalo avatar toptalo commented on May 27, 2024

If replace grunt.fatal(error); in sass.js to grunt.fatal(error.formatted); then error output will look like

Fatal error: Error: argument `$map` of `map-get($map, $key)` must be a map
        on line 4 of scss/core/_gird.scss, in function `map-get`
        from line 4 of scss/core/_gird.scss, in function `grid-get`
        from line 75 of scss/core/_gird.scss, in mixin `column`
        from line 30 of scss/blocks/_columns.scss, in mixin `@content`
        from line 49 of scss/core/_mixins.scss, in mixin `media`
        from line 29 of scss/blocks/_columns.scss
        from line 33 of scss/clever.scss
>>   @return map-get(map-get($grid, $breakpoint), $key);

   ----------^

I have check it with node-sass and dart sass - both work

from grunt-sass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.