johan-v-r / LibSassBuilder

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

Setting file encoding #67

Open Albiniivari opened 1 year ago

Albiniivari commented 1 year ago

Hi!

For some reason the generated .css file is in a weird encoding (CP1252) which is not supported by an IDE we want to switch to. Is there any setting or something that we can set to choose the file-encoding used?

We want UTF-8 on all of our files.

johan-v-r commented 1 year ago

Hi - no LSB setting unfortunately, but I think UTF-8 should be fine for our default.. Would you be willing to create a PR for this?