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 80ccb75 commit b80ba1dCopy full SHA for b80ba1d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
### HEAD
2
3
+### 3.0.0
4
+
5
+* Update `postcss-import` to `10.0.0`
6
+* Update `pify` to `3.0.0`
7
+* Update `is-glob` to `4.0.0`
8
+* Update `postcss` to `6.0.11`
9
10
### 2.1.0
11
12
* Add ability to glob inside `node_modules` and `web_modules` - [#16](https://github.com/TrySound/postcss-easy-import/pull/16)
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-easy-import",
- "version": "2.1.0",
+ "version": "3.0.0",
"description": "PostCSS plugin to inline @import rules content with extra features",
"keywords": [
"postcss",
0 commit comments