Skip to content

Commit 337a79c

Browse files
Semigradskyjonathantneal
authored andcommitted
Update README.md
Fix links to spec. Add link to draft.
1 parent 381c606 commit 337a79c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[![Support Chat][git-img]][git-url]
77

88
[PostCSS color-mod() Function] lets you modify colors using the `color-mod()`
9-
function in CSS, following the [CSS Color Module Level 4] specification.
9+
function in CSS, following the [CSS Color Module Level 4] specification (05 July 2016).
1010

11-
**`color-mod()` has been removed from the Color Module Level 4 specification.**
11+
**⚠️ `color-mod()` has been removed from [the draft of Color Module Level 4 specification](https://drafts.csswg.org/css-color/).**
1212

1313
```pcss
1414
:root {
@@ -45,7 +45,7 @@ The `color-mod()` function accepts `rgb()`, legacy comma-separated `rgb()`,
4545
colors without the need for additional plugins.
4646

4747
Implemention details are available in
48-
[the specification](https://drafts.csswg.org/css-color/#funcdef-color-mod).
48+
[the specification](https://www.w3.org/TR/css-color-4/#funcdef-color-mod).
4949

5050
### Supported Color Adjusters
5151

@@ -55,7 +55,7 @@ The `color-mod()` function accepts `red()`, `green()`, `blue()`, `a()` /
5555
`shade()`, `blend()`, `blenda()`, and `contrast()` color adjusters.
5656

5757
Implemention details are available in
58-
[the specification](https://drafts.csswg.org/css-color/#typedef-color-adjuster).
58+
[the specification](https://www.w3.org/TR/css-color-4/#typedef-color-adjuster).
5959

6060
### Supported Variables
6161

0 commit comments

Comments
 (0)