Skip to content

Commit

Permalink
Update README.md to reflect that node modules should set package.json…
Browse files Browse the repository at this point in the history
…'s style attribute to the name of the CSS entry file
  • Loading branch information
oleersoy committed Oct 7, 2015
1 parent c991f95 commit a4474f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [PostCSS](https://github.com/postcss/postcss) plugin to transform `@import` rules by inlining content.
This plugin can consume local files, node modules or bower packages.
To resolve path of an `@import` rule, it can look into root directory (by default `process.cwd()`), `node_modules`, `web_modules`, `bower_components` or local modules.
To resolve path of an `@import` rule, it can look into root directory (by default `process.cwd()`), `node_modules` (Per [`package.json's style` attribute](http://stackoverflow.com/questions/32037150/style-field-in-package-json)), `web_modules`, `bower_components` or local modules.
You can also provide manually multiples paths where to look at.

**Notes:**
Expand Down

0 comments on commit a4474f7

Please sign in to comment.