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 1fb3df9 commit 00d8e3fCopy full SHA for 00d8e3f
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.1
6
+* Add empty Custom Properties case.
7
+
8
## 8.0
9
* Added Custom Properties with `{}` case for PostCSS 8.
10
* Added at-rule with `{}` in params case for PostCSS 8.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-parser-tests",
- "version": "8.0.0",
+ "version": "8.1.0",
"description": "Base tests for every PostCSS CSS parser",
"keywords": [
"postcss",
0 commit comments