This package has been deprecated

Author message:

Not maintained anymore.

postcss-font-system

0.0.2 • Public • Published
PostCSS Logo

PostCSS Font System
Downloads Downloads Build Status Dependencies

PostCSS plugin for advanced font usage and rhythm.

header {
  background: #eee;
 
}

Generated version:

header {
  background: #eee;
 
}

Links

Installation

Should be installed locally in your project source code:

npm install postcss-font-system --save-dev

Usage

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

postcss([
  require("postcss-font-system")({
    // options
  })
])

See PostCSS docs for examples for your environment.

Copyright

Sebastian Software GmbH Logo

Copyright 2015-2016
Sebastian Software GmbH

Package Sidebar

Install

npm i postcss-font-system

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • swernerx