0.0.2 • Published 8 years ago

lunt-box-sizing v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

lunt-box-sizing

Global box model for the Lunt framework.

We are using here the box sizing border-box inherited approach.

Installation

npm install lunt-box-sizing --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-box-sizing/lunt-box-sizing.css"

You can also use postcss-import plugin to make it even easier.

2. In your Node.js modules

var luntBoxSizing = require('lunt-box-sizing');
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago