Commit 4d31324
Stylelint: Apply color rules (#42920)
* Undisable color rules
* Fix color-hex-length
* color → hex (white, black, green, red)
white → #fff
black → #000
green → #008000
red → #ff2c2c
* color → hex (the rest)
aliceblue → #f0f8ff
blue → #00f
darkblue → #00008b
fuchsia → #f0f
gray → #808080
grey → #808080
lavender → #e6e6fa
lightgrey → #d3d3d3
orange → #ffa500
* Add changelogs
* Use proper red (#ff2c2c → #f00)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14343111511
Upstream-Ref: Automattic/jetpack@4692dab1 parent fbc27f0 commit 4d31324
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments