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

fix source map generation #362

Merged
merged 1 commit into from
May 15, 2014
Merged

fix source map generation #362

merged 1 commit into from
May 15, 2014

Conversation

nsams
Copy link
Contributor

@nsams nsams commented May 14, 2014

source maps where not correctly generated for:
.foo {
position: absolute;
asdfasdfasdfasdf-#{aaa} : 123;
}

this patch removes the ctx from To_String during eval as we don't need source map update_column calls during Eval

source maps where not correctly generated for:
.foo {
    position: absolute;
    asdfasdfasdfasdf-#{aaa} : 123;
}

this patch removes the ctx from To_String during eval as we don't need source map update_column calls during Eval
akhleung pushed a commit that referenced this pull request May 15, 2014
@akhleung akhleung merged commit 983aa9e into sass:master May 15, 2014
@nsams nsams deleted the fix-sourcemaps branch May 16, 2014 10:50
@mgreter
Copy link
Contributor

mgreter commented May 19, 2014

This seems to break the custom precision feature: #364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants