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 2394a51 commit 8b04442Copy full SHA for 8b04442
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.4
6
+* Removed `Node#source.input` from test cases.
7
+
8
## 8.3.3
9
* Reverted Node.js 15 warning fix.
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-parser-tests",
- "version": "8.3.3",
+ "version": "8.3.4",
"description": "Base tests for every PostCSS CSS parser",
"keywords": [
"postcss",
0 commit comments