We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951b81d commit 6577f6cCopy full SHA for 6577f6c
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 2.10.0 - 2017-03-16
2
+
3
+- Added: ``system-ui`` keyword to define current System font-size
4
+ (via [postcss-font-family-system-ui](https://github.com/JLHwung/postcss-font-family-system-ui))
5
+ ([#342](https://github.com/MoOx/postcss-cssnext/pull/342) - @JLHwung)
6
+- Added: new auto-deactivation rules in features map
7
+ ([#345](https://github.com/MoOx/postcss-cssnext/pull/345) - @Semigradsky)
8
9
# 2.9.0 - 2016-11-28
10
11
- Added: new rgb() & hsl() functional notation
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cssnext",
- "version": "2.9.0",
+ "version": "2.10.0",
"description": "Use tomorrow’s CSS syntax, today",
"keywords": [
"postcss",
0 commit comments