File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### HEAD
22
3+ ### 2.0.0
4+
35* Remove ` glob ` option and infer type of from the import path. Allows a mixture
46 of glob and module imports to be used - ([ #14 ] ( https://github.com/TrySound/postcss-easy-import/pull/14 ) )
57* When ` prefix ` is set resolve non-prefixed version of a file if that is the only match, otherwise
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-easy-import" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " PostCSS plugin to inline @import rules content with extra features" ,
55 "keywords" : [
66 " postcss" ,
1111 " partial"
1212 ],
1313 "author" : " Bogdan Chadkin <trysound@yandex.ru>" ,
14+ "contributors" : [{
15+ "name" : " Simon Smith" ,
16+ "url" : " https://simonsmith.io" ,
17+ "email" : " me@simonsmith.io"
18+ }],
1419 "license" : " MIT" ,
1520 "repository" : " TrySound/postcss-easy-import" ,
1621 "bugs" : {
You can’t perform that action at this time.
0 commit comments