We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64f384 commit b32b9eaCopy full SHA for b32b9ea
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.2.0 - 2015-10-21
2
+
3
+- Added [postcss-nesting](https://github.com/jonathantneal/postcss-nesting)
4
+([#14](https://github.com/cssnext/postcss-cssnext/issues/14)).
5
+Supports nesting via the `@nest` syntax. See postcss-nesting documentation.
6
7
# 2.1.0 - 2015-09-16
8
9
- Added: [postcss-initial](https://github.com/maximkoretskiy/postcss-initial)
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cssnext",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "Use tomorrow's CSS syntax, today",
"keywords": [
"css",
0 commit comments