/strapped

Boot strapped less / js

Primary LanguageCSSApache License 2.0Apache-2.0

strapped

Bootstrapped less & js for Balanced UI

Usage

bower install strapped

– OR –

Add "strapped": "balanced/strapped" as a dependency to bower.json

{
	"...": "...",
	dependencies: {
		"...": "...",
		"strapped": "balanced/strapped"
	}
}

Running locally

  1. npm install -g grunt-cli
  2. npm install
  3. Build - grunt
  4. To view in a browser - http://localhost:9898/index.html
  5. To verify less/js format - grunt verify
  6. To fix less/js format - grunt format