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 b43a3d0 commit 62bb576Copy full SHA for 62bb576
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.21.0
5
+* Moved to Stylelint Standard 38.
6
+* Moved to Stylelint Recss Order 7.
7
+* Use warning level for properties order rule.
8
+
9
## 0.20.0
10
* Moved to float in `oklch()` since `calc()` has issue with `%`.
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/stylelint-config",
- "version": "0.20.0",
+ "version": "0.21.0",
"description": "Stylelint shareable config for Logux",
"keywords": [
"logux",
0 commit comments