-
Notifications
You must be signed in to change notification settings - Fork 29
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
Multi Stage Sourcemap Support #103
Comments
So is this why sourcemaps wouldn't work if I'm using both postcss and stylus as multi compile? |
Yes. Won't be a huge feature to add though, just need some time or someone On Tue, Jul 7, 2015, 8:51 PM Daniel Box [email protected] wrote:
|
maybe @hhsnopek ? 👼 🙏 |
Could you define merge @Jenius? For instance if we have multipass on |
Basically input should take either a string or an object, then if its an object and has a sourcemap key/val pair, it should run a sourcemap merge as such: https://github.com/jenius/autoprefixer-stylus/blob/master/index.js#L45 |
In addition to simply accepting input text, each adapter should also accept an object containing input text and a sourcemap, and if the adapter produces a sourcemap of its own, merge it with the incoming sourcemap. Not a super complicated change, nor is it breaking, just want to have it noted here as this will be an important feature down the line.
The text was updated successfully, but these errors were encountered: