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 c648473 commit 51bf255Copy full SHA for 51bf255
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.20.0
5
+* Moved to float in `oklch()` since `calc()` has issue with `%`.
6
+
7
## 0.19.0
-* Add rule to have `--` in keyframe names as any other user-defined token.
8
+* Added rule to have `--` in keyframe names as any other user-defined token.
9
10
## 0.18
11
* Updated `stylelint-config-standard` to 36.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/stylelint-config",
- "version": "0.19.0",
+ "version": "0.20.0",
"description": "Stylelint shareable config for Logux",
"keywords": [
"logux",
0 commit comments