Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 8c72990

Browse files
committed
2.9.0
1 parent 9d771b8 commit 8c72990

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.9.0 - 2016-11-28
2+
3+
- Added: new rgb() & hsl() functional notation
4+
(via
5+
[postcss-color-rgb](https://github.com/dmarchena/postcss-color-rgb) &
6+
[postcss-color-hsl](https://github.com/dmarchena/postcss-color-hsl)
7+
)
8+
([#330](https://github.com/MoOx/postcss-cssnext/pull/330) - @dmarchena)
9+
10+
111
# 2.8.0 - 2016-09-05
212

313
- Added: attribute case insensitive support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cssnext",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Use tomorrow’s CSS syntax, today",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)