johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
99 stars 14 forks source link

Generate .map files #54

Open Blackclaws opened 1 year ago

Blackclaws commented 1 year ago

Using the standard sass compiler doesn't just produce a .css output but also a .map file that allows mapping to scss files when debugging in the browser. Are there any plans to add such an option here?

johan-v-r commented 1 year ago

Hi @Blackclaws - sure maybe this can be added with an extra flag? PRs welcome 😄