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.4.0 to 0.5.0

sass/_accessible-links.scss

4

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

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