You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Currently I have to manually calculate the output path of the source map file based on the sourceMap option value. Would be handy if node-sass returned this so every consumer didn't have to duplicate that logic.
We've had countless bugs and regressions with parsing url(). This
patch is complete refactor of our url() parsing semantics to 100%
match that of Ruby Sass.
Fixessass#674
Spec sass/sass-spec#539
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Currently I have to manually calculate the output path of the source map file based on the
sourceMap
option value. Would be handy if node-sass returned this so every consumer didn't have to duplicate that logic.https://github.com/sindresorhus/grunt-sass/blob/bb1136d18cdca2be8529ed92a2620b391c2b20c6/tasks/sass.js#L30
The text was updated successfully, but these errors were encountered: