bootstrap-hacks
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "bootstrap-hacks", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Tweaks (with a security and accessibility focus) to the Bootstrap framework.", | ||
"scripts": { | ||
"compile": "lessc ./less/bootstrap-hacks.less ./dist/css/bootstrap-hacks.css" | ||
"compile": "lessc ./less/bootstrap-hacks.less ./dist/css/bootstrap-hacks.css && lessc ./less/everything.less > /dev/null" | ||
}, | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -1,6 +0,15 @@ | ||
Bootstrap Hacks [![Build Status](https://travis-ci.org/danielnixon/bootstrap-hacks.svg?branch=master)](https://travis-ci.org/danielnixon/bootstrap-hacks) | ||
Bootstrap Hacks | ||
=============== | ||
[![Build Status](https://travis-ci.org/danielnixon/bootstrap-hacks.svg?branch=master)](https://travis-ci.org/danielnixon/bootstrap-hacks) | ||
[![npm version](https://img.shields.io/npm/v/bootstrap-hacks.svg)](https://www.npmjs.com/package/bootstrap-hacks) | ||
![Bower version](https://img.shields.io/bower/v/bootstrap-hacks.svg) | ||
Tweaks (with a security and accessibility focus) to the Bootstrap framework. | ||
Installation | ||
============ | ||
* Install with npm: `npm install bootstrap-hacks` | ||
* Install with Bower: `bower install bootstrap-hacks` | ||
* Add a WebJar dependency to build.sbt: `libraryDependencies += "org.webjars.npm" % "bootstrap-hacks" % "0.2.0"` | ||
Included Hacks | ||
@@ -20,3 +29,3 @@ ============== | ||
1. Include progressbar.less (or progressbar.css) in your project however you like. | ||
1. Include progressbar.less in your project however you like. | ||
2. Remove the inline style attribute from your progress bars; progressbar.less will style them appropriately. | ||
@@ -23,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19331
12
327
56