bootstrap-hacks
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "bootstrap-hacks", | ||
"version": "0.3.0", | ||
"version": "0.4.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 && lessc ./less/everything.less > /dev/null" | ||
"compile": "lessc ./less/bootstrap-hacks-css.less ./dist/css/bootstrap-hacks.css" | ||
}, | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -16,3 +16,3 @@ 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"` | ||
* Add a WebJar dependency to build.sbt: `libraryDependencies += "org.webjars.npm" % "bootstrap-hacks" % "0.4.0"` | ||
@@ -22,2 +22,6 @@ Included Hacks | ||
Accessible links | ||
---------------- | ||
Bootstrap removes underline styles for links. This is a [failure of Success Criterion 1.4.1 due to creating links that are not visually evident without color vision](https://www.w3.org/TR/WCAG20-TECHS/F73.html). Include `accessible-links.less` to restore the default underline styles. | ||
Accessible variables | ||
@@ -24,0 +28,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
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
350
74
17987