0.0.2 • Published 8 years ago

lunt-settings v0.0.2

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

lunt-settings

Default global settings for the Lunt framework.

Installation

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

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

2. In your Node.js modules

var luntBoxSizing = require('lunt-settings');