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

Better source mapping for Stylus #6

Open
tonistiigi opened this issue Oct 1, 2012 · 0 comments
Open

Better source mapping for Stylus #6

tonistiigi opened this issue Oct 1, 2012 · 0 comments
Labels

Comments

@tonistiigi
Copy link
Owner

Styler does CSS to Stylus source mapping by parsing with custom parse step on compilation. This is wrong and very limited. It only works on single file scope and (usually) doesn't figure out the mixin stuff.

Instead these refereneces should be kept and written to the separate stack in evaluator part.

Changes should be in the Stylus code base so other projects could also benefit from it.

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

No branches or pull requests

1 participant