-
Notifications
You must be signed in to change notification settings - Fork 212
source-map support #135
Copy link
Copy link
Closed
Labels
Description
There are currently two ways how you can debug sass quite easily:
- use the option --line-numbers which parses the line-numbers of the original files as comments in the output
- use the option --source-map with the pre-releases of sass which creates a source-map file next to the css so you can debug it really easily with Crome Dev Tools
As far as I know both of the above features aren't implemented in scssphp, but it would be a great addition! Now it's really hard to track where that rule was written.
Reactions are currently unavailable