Skip to content

source-map support #135

@edwinveldhuizen

Description

@edwinveldhuizen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions