Huge News!Announcing our $40M Series B led by Abstract Ventures.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

Customized version of bootstrap

  • 0.9.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
984
increased by147.86%
Maintainers
3
Weekly downloads
 
Created
Source

Webpack customization files

This package is the place we'll keep all of our Bootstrap custom variables and colors, to be used in all projects.

Usage

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.

main.scss

@import "~@reciprocity/bootstrap/scss/custom.scss";
@import '~bootstrap/scss/bootstrap.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 while additional styling overrides are applied on top.

FAQs

Package last updated on 26 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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