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
lessy doesn't use lessc, but rather lessphp, which unfortunately doesn't support source maps leafo/lessphp#531
unless someone adds sourcemap support, you'll be out of luck. you could add support for lessc to lessy, but I'm not sure such a dependency is the way to go..
From what I read about it, I need to add
-sass-debug-info
but I am not sure.See less/less.js#1038
Or maybe
--source-map --source-map-basepath
?See less/less.js#1050
Mainly I need to define custom parameters for
lessc
The text was updated successfully, but these errors were encountered: