0.1.6 • Published 8 years ago
postcss-load v0.1.6
PostCSS Load
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