@reciprocity/bootstrap
Advanced tools
Comparing version 0.1.6 to 0.2.0
{ | ||
"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
12000
7
18