bootstrap-hacks
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "bootstrap-hacks", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Tweaks (with a security and accessibility focus) to the Bootstrap framework.", | ||
@@ -24,3 +24,3 @@ "scripts": { | ||
"devDependencies": { | ||
"less": "^2.7.1" | ||
"less": "^2.7.2" | ||
}, | ||
@@ -27,0 +27,0 @@ "dependencies": { |
@@ -9,2 +9,3 @@ Bootstrap Hacks | ||
[![devDependencies Status](https://david-dm.org/danielnixon/bootstrap-hacks/dev-status.svg)](https://david-dm.org/danielnixon/bootstrap-hacks?type=dev) | ||
[![Dependency Status](https://dependencyci.com/github/danielnixon/bootstrap-hacks/badge)](https://dependencyci.com/github/danielnixon/bootstrap-hacks) | ||
@@ -19,2 +20,21 @@ Tweaks (with a security and accessibility focus) for Bootstrap version 3. | ||
Usage | ||
===== | ||
LESS | ||
---- | ||
``` | ||
// Import Bootstrap itself. | ||
@import ".../bootstrap/less/bootstrap.less"; | ||
// Then import bootstrap-hacks. | ||
@import ".../bootstrap-hacks/less/bootstrap-hacks.less"; | ||
``` | ||
CSS | ||
--- | ||
You can find pre-compiled CSS in `dist/css/bootstrap-hacks.css`. It includes all hacks _except_ accessible varibles. | ||
Included Hacks | ||
@@ -21,0 +41,0 @@ ============== |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19963
18
94