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:
parent
300588d090
commit
ae5010311f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user