Previously opened an issue with angular, but I've isolated the issue to this library.
The incoming css looks like
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700");
.force-unicode {
content: "\f103"
}
but after passing through this plugin, the @import is listed above the @charset. @charset needs to be listed first to work.
Thanks!