New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@reciprocity/bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reciprocity/bootstrap - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

scss/overrides.scss

4

package.json
{
"name": "@reciprocity/bootstrap",
"version": "0.1.6",
"version": "0.2.0",
"description": "Customized version of bootstrap",

@@ -11,3 +11,3 @@ "scripts": {},

},
"gitHead": "725b3bfcbf3003e747c4c9430684e2d08ed42d6e"
"gitHead": "ed0e085c3009e94ebe5e90586a8a11e8ebc7810a"
}

@@ -7,3 +7,3 @@ # Webpack customization files

Basically, you would use this package alongside Bootstrap and BootstrapVue. And the way you use it is importing the provided `scss/custom.scss` file, before importing Bootstrap.
Basically, you would use this package alongside Bootstrap and BootstrapVue. And the way you use it is importing the provided `scss/custom.scss` file before importing Bootstrap and importing `scss/overrides.scss` afterwards.

@@ -15,4 +15,5 @@ *main.scss*

@import '~bootstrap-vue/src/index.scss';
@import "~@reciprocity/bootstrap/scss/overrides.scss";
```
This way, Bootstrap has all of our custom colors and variables available when it loads.
This way, Bootstrap has all of our custom colors and variables available when it loads while additional styling overrides are applied on top.

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