1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-16 20:28:28 +01:00

fix: iconfont.scss added css charset utf-8 (#843)

* fix: iconfont.scss added css charset utf-8

* fix: iconfont.scss added css charset utf-8

* fix: iconfont.scss moved charset utf-8 to the very beginning of the file

According to w3 (https://www.w3.org/International/questions/qa-css-charset), the @charset declaration doesn't get the same treatment as CSS rules. It has to be an exact byte sequence, starting from the very first byte in the stylesheet.
This commit is contained in:
Matthew Durajka 2023-09-28 20:38:25 +02:00 committed by GitHub
parent 300588d090
commit ae5010311f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
/*!
* Tabler Icons <%= v %> by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
/*!
* Tabler Icons <%= v %> by tabler - https://tabler.io
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE