You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested it a bit and it seems like it should be straight forward to add this for less as well.
The only problem is the mapping of the sourcemaps back to the original location, as pointed out here: less/less.js#2033
That is, unless you start a nested line with & it will not go to the right line. The issue seems to be somewhere in postcss where it maps the output sourcemap from less and then picks the wrong column or something.
This has been added for Sass (both variants) only for now.
We should now be able to rollout support for CSS using the same approach.
The text was updated successfully, but these errors were encountered: