Skip to content

Commit ae50103

Browse files
authored
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.
1 parent 300588d commit ae50103

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.build/iconfont.scss

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

packages/icons-webfont/.build/iconfont.scss

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

0 commit comments

Comments
 (0)