kimroen / ember-cli-autoprefixer

Automatically run your styles through autoprefixer
MIT License
103 stars 25 forks source link

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

Closed nag5000 closed 3 years ago

nag5000 commented 3 years ago

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