1.1.0 • Published 6 years ago

style-resolve v1.1.0

Weekly downloads
684
License
MIT
Repository
github
Last release
6 years ago

style-resolve stable

A wrapper for the "resolve" module that targets CSS instead of JavaScript

Usage

style-resolve

The API is equivalent for both resolve.async and resolve.sync, with the following exceptions:

  • Node's core modules are excluded.
  • The "main" file for a module is specified with the "style" key instead, use "main" key if there's no "style" key and the "main" key points to css file, otherwise defaulting to index.css.
  • Currently accepts implicit usage of the .css extension by default – though pull requests are welcome to make additions.

License

MIT. See LICENSE.md for details.