0.1.6 • Published 8 years ago

postcss-load v0.1.6

Weekly downloads
89
License
Apache-2.0
Repository
github
Last release
8 years ago

PostCSS Load Downloads Downloads Build Status Dependencies

PostCSS plugin for loading/including other files and quering/referring assets.

@load "other.css";

Links

Installation

Should be installed locally in your project source code:

npm install postcss-load --save-dev

Usage

Integrate like this in your e.g. gulpfile.js:

postcss([
  require("postcss-load")({
    // config
  })
])

See PostCSS docs for examples for your environment.

Copyright

Copyright 2016Sebastian Software GmbH