Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-hacks

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-hacks - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

less/bootstrap-hacks-css.less

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc