Rename paige/node_modules/bootstrap/scss/vendor to _vendor
This commit is contained in:
@@ -19,8 +19,6 @@ module:
|
||||
- source: "static"
|
||||
target: "static"
|
||||
# Bootstrap
|
||||
- source: "assets/_paige/bootstrap/scss/_vendor"
|
||||
target: "assets/_paige/bootstrap/scss/vendor"
|
||||
- source: "paige/node_modules/bootstrap/dist/css"
|
||||
target: "assets/_paige/bootstrap"
|
||||
includeFiles: ["/bootstrap.css"]
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
## Update instructions
|
||||
|
||||
If you update Bootstrap, copy node_modules/bootstrap/scss/vendor/_rfs.scss to assets/paige/bootstrap/scss/_vendor/_rfs.scss.
|
||||
If you update Bootstrap, rename `node_modules/bootstrap/scss/vendor` to `node_modules/bootstrap/scss/_vendor`.
|
||||
|
||||
`node_modules/bootstrap` was manually modified to apply a
|
||||
`node_modules/bootstrap` is modified to apply a
|
||||
[critical fix](https://github.com/twbs/bootstrap/commit/f77117141dfe34d8fe984eabddf660e29cb96a57)
|
||||
that came after 5.3.0-alpha2.
|
||||
Once the fix is included in an NPM package, remove the modification.
|
||||
|
2
paige/node_modules/bootstrap/scss/_mixins.scss
generated
vendored
2
paige/node_modules/bootstrap/scss/_mixins.scss
generated
vendored
@@ -3,7 +3,7 @@
|
||||
// Used in conjunction with global variables to enable certain theme features.
|
||||
|
||||
// Vendor
|
||||
@import "vendor/rfs";
|
||||
@import "_vendor/rfs";
|
||||
|
||||
// Deprecate
|
||||
@import "mixins/deprecate";
|
||||
|
2
paige/node_modules/bootstrap/scss/bootstrap-grid.scss
generated
vendored
2
paige/node_modules/bootstrap/scss/bootstrap-grid.scss
generated
vendored
@@ -13,7 +13,7 @@ $include-column-box-sizing: true !default;
|
||||
@import "mixins/grid";
|
||||
@import "mixins/utilities";
|
||||
|
||||
@import "vendor/rfs";
|
||||
@import "_vendor/rfs";
|
||||
|
||||
@import "containers";
|
||||
@import "grid";
|
||||
|
Reference in New Issue
Block a user