postcss-loaddeprecated

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

Usage no npm install needed!

<script type="module">
  import postcssLoad from 'https://cdn.skypack.dev/postcss-load';
</script>

README

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