influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
44 stars 18 forks source link

fix: force inject a charset of UTF-8 into output css #841

Closed hoorayimhelping closed 2 years ago

hoorayimhelping commented 2 years ago

Helps with https://github.com/influxdata/ui/issues/4506

Changes

Force prepend @charset "UTF-8"; into the css file that is generated from our sass files during building.

Checklist

Check all that apply