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 77503aa commit 97ab493Copy full SHA for 97ab493
History.md
@@ -1,4 +1,9 @@
1
2
+2.3.0 / 2015-10-24
3
+==================
4
+
5
+ * add --local-plugins option that lets postcss-cli to look for plugins in current directory
6
7
2.2.0 / 2015-10-09
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "CLI for postcss",
"main": "index.js",
"bin": {
@@ -33,4 +33,4 @@
33
"postcss-import": "^6.1.1",
34
"postcss-url": "^4.0.0"
35
}
36
-}
+}
0 commit comments