We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadbb62 commit 37bc787Copy full SHA for 37bc787
test/cases/charset.css
@@ -0,0 +1,2 @@
1
+@charset "UTF-8"; /* Set the encoding of the style sheet to Unicode UTF-8*/
2
+@charset 'iso-8859-15'; /* Set the encoding of the style sheet to Latin-9 (Western European languages, with euro sign) */
test/cases/charset.json
@@ -0,0 +1,12 @@
+{
+ "stylesheet": {
3
+ "rules": [
4
+ {
5
+ "charset": "\"UTF-8\""
6
+ },
7
8
+ "charset": "'iso-8859-15'"
9
+ }
10
+ ]
11
12
+}
0 commit comments