Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Semigradsky authored Mar 14, 2019
1 parent ca0891f commit 13b5c3f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 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)
# postcss-color-function [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function)

> [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.
**⚠️ `color()` was changed to `color-mod()`. See [postcss-color-mod-function](https://github.com/jonathantneal/postcss-color-mod-function).**

**⚠️ `color-mod()` has been removed from [Color Module Level 4 specification](https://www.w3.org/TR/css-color-4/#changes-from-20160705).**

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

## Installation

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

[Read the specs][specs] for more information.

### Examples

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

## [License](LICENSE)

[specs]: http://dev.w3.org/csswg/css-color/#modifying-colors

0 comments on commit 13b5c3f

Please sign in to comment.