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

Commit 4717a59

Browse files
committed
2.8.0
1 parent 3171327 commit 4717a59

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.8.0 - 2016-09-05
2+
3+
- Added: attribute case insensitive support
4+
(eg: ``[data-thing=stuff i] {`` to be able to select all ``data-thing``
5+
attribute, without having to thing about the case of the value)
6+
([#306](https://github.com/MoOx/postcss-cssnext/pull/306) - @Semigradsky)
7+
18
# 2.7.0 - 2016-06-28
29

310
- Added: ``@apply`` support (definitions limited to ``:root`` selector)

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.7.0",
3+
"version": "2.8.0",
44
"description": "Use tomorrow’s CSS syntax, today",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)