This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 188
enable sourcemap output other than inline #38
Comments
I don't use sourcemap (don't feel the need to), so feel free to take care of that. |
Have in mind that the output of the postcss will change, and so the api of cssnext |
It's not a problem. Don't think about semver now. We are below 1.0, so we can add breaking changes. And after 1.0, breaking changes will just bump to a major version. |
okidoki i'll take it ;) |
Any update on this ? I a trying to include this inside Prepros. |
thx! |
@Subash change released as 0.4.0 |
@MoOx Thanks, added to Prepros 5. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since cssnext only return process().css, sourcemap is only suported when inlined in output. If specific sourcemap options are provided to postcss ( map, from) process() return an object with {css: "output", map: "sourcemap"}
To avoir breaking changes, perhaps cssnext should return an object only if postcss return map prop.
The text was updated successfully, but these errors were encountered: