0.0.2 • Published 10 years ago
postcss-font-system v0.0.2
PostCSS Font System

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-devUsage
Integrate like this in your e.g. gulpfile.js:
postcss([
require("postcss-font-system")({
// options
})
])See PostCSS docs for examples for your environment.
Copyright
Copyright 2015-2016Sebastian Software GmbH