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 ef580e8 commit 81ac34eCopy full SHA for 81ac34e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
This project uses major version number for PostCSS,
3
minor for adding/removing tests, and patch for fixes.
4
5
+## 8.3
6
+* Added `Node#source.offset` to test cases.
7
+
8
## 8.2
9
* Added empty Custom Properties case with comments and `!important`.
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-parser-tests",
- "version": "8.2.0",
+ "version": "8.3.0",
"description": "Base tests for every PostCSS CSS parser",
"keywords": [
"postcss",
0 commit comments