Skip to content

Commit 57850a8

Browse files
committed
2.1.0
1 parent 0680212 commit 57850a8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### HEAD
22

3+
### 2.1.0
4+
5+
* Add ability to glob inside `node_modules` and `web_modules` - [#16](https://github.com/TrySound/postcss-easy-import/pull/16)
6+
37
### 2.0.0
48

59
* Remove `glob` option and infer type of from the import path. Allows a mixture

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ to locate it. These can be mixed and matched with normal module paths:
2424
@import "suitcss-utils-display"; /* node_modules */
2525
@import "./theme.css"; /* relative path */
2626
@import "./components/*.css"; /* glob */
27+
@import "suitcss-utils-size/lib/*.css"; /* glob inside node_modules */
2728
```
2829

2930
## Options

0 commit comments

Comments
 (0)