Rename paige/node_modules/bootstrap/scss/vendor to _vendor

master
Will Faught 2 years ago
parent 2519da323e
commit 94e87210a7

@ -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.

@ -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";

@ -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";

Loading…
Cancel
Save