We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f639a4 commit cdf46acCopy full SHA for cdf46ac
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes to CSS Tokenizer
2
3
+### 2.0.2 (August 22, 2021)
4
+
5
+- Fixes an issue consuming digits after a number that begins with a decimal.
6
7
### 2.0.1 (May 11, 2021)
8
9
- Fixes an issue where string tokens incorrectly put the lead quotation in the main value.
package.json
@@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"name": "@csstools/tokenizer",
"description": "Tokenize CSS according to the CSS Syntax",
- "version": "2.0.1",
+ "version": "2.0.2",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments