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

Commit 6db8d41

Browse files
committed
2.1.0
1 parent b4e170f commit 6db8d41

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.1.0 - 2015-09-16
2+
3+
- Added: [postcss-initial](https://github.com/maximkoretskiy/postcss-initial)
4+
([#12](https://github.com/cssnext/postcss-cssnext/issues/12)).
5+
Supports `initial` value for all properties. Also it supports `all: initial`.
6+
_Does not support `all: unset` and `all: inherit`._
7+
Plugin can be useful for creating isolated components.
8+
- `all` specification: https://drafts.csswg.org/css-cascade/#all-shorthand
9+
- `all` browsers support: http://caniuse.com/#feat=css-all
10+
- `initial` value specification: https://drafts.csswg.org/css-cascade/#initial-value
11+
- `initial` value browser support: http://caniuse.com/#feat=css-initial-value
12+
113
# 2.0.1 - 2015-09-14
214

315
- Fixed: plugin can be consumed correctly from es5 environment

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.0.1",
3+
"version": "2.1.0",
44
"description": "Use tomorrow's CSS syntax, today",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)