Skip to content

Commit 13b5c3f

Browse files
authored
Update README.md
1 parent ca0891f commit 13b5c3f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# postcss-color-function [![CSS Standard Status](https://jonathantneal.github.io/css-db/badge/css-color-modifying-colors.svg)](https://jonathantneal.github.io/css-db/#css-color-modifying-colors) [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function)
1+
# postcss-color-function [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function)
2+
3+
> [PostCSS](https://github.com/postcss/postcss) plugin to transform CSS color function from editor draft of 'Color Module Level 4' specification to more compatible CSS.
4+
5+
**⚠️ `color()` was changed to `color-mod()`. See [postcss-color-mod-function](https://github.com/jonathantneal/postcss-color-mod-function).**
6+
7+
**⚠️ `color-mod()` has been removed from [Color Module Level 4 specification](https://www.w3.org/TR/css-color-4/#changes-from-20160705).**
28

3-
> [PostCSS](https://github.com/postcss/postcss) plugin to transform [W3C CSS color function][specs] to more compatible CSS.
49

510
## Installation
611

@@ -75,8 +80,6 @@ Notes:
7580
- can be used on every value on any property,
7681
- some values can use add/subtract/scale modifiers or a direct value.
7782

78-
[Read the specs][specs] for more information.
79-
8083
### Examples
8184

8285
```css
@@ -119,5 +122,3 @@ color(red shade(20%))
119122
## [Changelog](CHANGELOG.md)
120123

121124
## [License](LICENSE)
122-
123-
[specs]: http://dev.w3.org/csswg/css-color/#modifying-colors

0 commit comments

Comments
 (0)