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 9f98d80 commit a71708eCopy full SHA for a71708e
1 file changed
lib/css/walkCssTokens.js
@@ -66,7 +66,7 @@ const CC_LOWER_Z = "z".charCodeAt(0);
66
const CC_UPPER_A = "A".charCodeAt(0);
67
const CC_UPPER_F = "F".charCodeAt(0);
68
const CC_UPPER_E = "E".charCodeAt(0);
69
-const CC_UPPER_U = "E".charCodeAt(0);
+const CC_UPPER_U = "U".charCodeAt(0);
70
const CC_UPPER_Z = "Z".charCodeAt(0);
71
const CC_0 = "0".charCodeAt(0);
72
const CC_9 = "9".charCodeAt(0);
0 commit comments