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

Implement source_map_file_urls option #2220

Merged
merged 1 commit into from
Oct 22, 2016
Merged

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Oct 22, 2016

Equivalent to sass "--sourcemap=file"

In hindsight it might would have been wiser to mimic the option from sass directly in libsass. But we started with booleans and continued from there. IMO this way is also a bit easier for the C API, as we would otherwise need to expose some enum constants for the valid options. I guess it's up to implementers to implement the options compatible with sass if wanted.

Fixes the libsass part of #2195

Equivalent to sass "--sourcemap=file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant