Rename paige/node_modules/bootstrap/scss/vendor to _vendor
This commit is contained in:
@@ -19,8 +19,6 @@ module:
|
|||||||
- source: "static"
|
- source: "static"
|
||||||
target: "static"
|
target: "static"
|
||||||
# Bootstrap
|
# Bootstrap
|
||||||
- source: "assets/_paige/bootstrap/scss/_vendor"
|
|
||||||
target: "assets/_paige/bootstrap/scss/vendor"
|
|
||||||
- source: "paige/node_modules/bootstrap/dist/css"
|
- source: "paige/node_modules/bootstrap/dist/css"
|
||||||
target: "assets/_paige/bootstrap"
|
target: "assets/_paige/bootstrap"
|
||||||
includeFiles: ["/bootstrap.css"]
|
includeFiles: ["/bootstrap.css"]
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## Update instructions
|
## 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)
|
[critical fix](https://github.com/twbs/bootstrap/commit/f77117141dfe34d8fe984eabddf660e29cb96a57)
|
||||||
that came after 5.3.0-alpha2.
|
that came after 5.3.0-alpha2.
|
||||||
Once the fix is included in an NPM package, remove the modification.
|
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.
|
// Used in conjunction with global variables to enable certain theme features.
|
||||||
|
|
||||||
// Vendor
|
// Vendor
|
||||||
@import "vendor/rfs";
|
@import "_vendor/rfs";
|
||||||
|
|
||||||
// Deprecate
|
// Deprecate
|
||||||
@import "mixins/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/grid";
|
||||||
@import "mixins/utilities";
|
@import "mixins/utilities";
|
||||||
|
|
||||||
@import "vendor/rfs";
|
@import "_vendor/rfs";
|
||||||
|
|
||||||
@import "containers";
|
@import "containers";
|
||||||
@import "grid";
|
@import "grid";
|
||||||
|
Reference in New Issue
Block a user