robfletcher / gradle-compass

A SASS / Compass plugin for Gradle
Apache License 2.0
59 stars 39 forks source link

Remove @charset "UTF-8"; #48

Open svox1 opened 9 years ago

svox1 commented 9 years ago

Hi,

I use this plugin with JavaFX and everything is fine expected this one line: @charset "UTF-8"; at the beginning of the File.

Since JavaFX 8 it breaks the application so I have to remove this line. Is there any way to remove this lines automatically at compassWatch is running?