0.0.3 • Published 9 years ago
lunt-modular-scale v0.0.3
lunt-modular-scale
Modular scale helpers for the Lunt framework.
Installation
npm install lunt-modular-scale --save
Usage
You can use this component the way you want. It's just a Node.js module with a little bit of CSS.
1. In your CSS file
@import "../node_modules/lunt-modular-scale/lunt-modular-scale.css"
You can also use postcss-import plugin to make it even easier.
2. In your Node.js modules
var luntBoxSizing = require('lunt-modular-scale');