Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update note about using with ember-cli-sass #64

Merged
merged 1 commit into from Apr 5, 2021

Commits on Apr 4, 2021

  1. Update note about using with ember-cli-sass

    If dart-sass is used (which is the default Sass implementation in ember-cli-sass 9+), `sourceMapEmbed: true` will not work without `sourceMap: true` (if `sourceMap` is not true, the sourcemaps will not be generated regardless of `sourceMapEmbed` or `sourceMapContents`).
    
    https://github.com/sass/dart-sass/blob/3d39f22cbff8097c212dd90a507c22dd808c3f19/lib/src/node.dart#L343-L387
    nag5000 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    6a4789b View commit details
    Browse the repository at this point in the history