We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b506bfe + 6a48d6c commit 67f337cCopy full SHA for 67f337c
3 files changed
.changeset/early-phones-try.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+## 17.4.0
4
+
5
+### Minor Changes
6
7
+- - Remove invalid anchor-center property ([#33](https://github.com/PerplexDigital/stylelint-config/pull/33))
8
+ - Fix typo in scroll-behavior property
9
+ - Bump all dependencies to latest versions
10
+ - Allow [stylelint-order v8](https://github.com/hudochenkov/stylelint-order/releases/tag/8.0.0) as peer dependency
11
12
## 17.3.0
13
14
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@perplex-digital/stylelint-config",
- "version": "17.3.0",
+ "version": "17.4.0",
"description": "Order and Concentric-based property sorting for Stylelint.",
"keywords": [
"tailwind",
0 commit comments