This package has been deprecated

Author message:

Not maintained anymore.

postcss-load

0.1.6 • Public • Published
PostCSS Logo

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

Sebastian Software GmbH Logo

Copyright 2016
Sebastian Software GmbH

Package Sidebar

Install

npm i postcss-load

Weekly Downloads

46

Version

0.1.6

License

Apache-2.0

Last publish

Collaborators

  • swernerx