diff options
| author | Mark Otto <[email protected]> | 2022-03-13 10:13:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-13 10:13:09 -0700 |
| commit | acf6ea74a74328bcaa9f1c354f27e602cfbb8968 (patch) | |
| tree | 61aad18d82ea3eeab848a8215826d55106f519d6 /.bundlewatch.config.json | |
| parent | 7c966f584889c6dfb0f1a70dd1757b2d237a68a0 (diff) | |
| download | bootstrap-acf6ea74a74328bcaa9f1c354f27e602cfbb8968.tar.xz bootstrap-acf6ea74a74328bcaa9f1c354f27e602cfbb8968.zip | |
Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)
* Add additional root variables, rename $variable-prefix to $prefix
- Adds new root CSS variables for border-radius, border-width, border-color, and border-style
- Adds new root CSS variables for heading-color, link-colors, code color, and highlight color
- Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss
- Updates $mark-padding to be an even pixel number
- Renames $variable-prefix to $prefix throughout
* Bundlewatch
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index c408f6581..eff437cee 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -6,11 +6,11 @@ }, { "path": "./dist/css/bootstrap-grid.min.css", - "maxSize": "6.5 kB" + "maxSize": "6.55 kB" }, { "path": "./dist/css/bootstrap-reboot.css", - "maxSize": "2.5 kB" + "maxSize": "2.55 kB" }, { "path": "./dist/css/bootstrap-reboot.min.css", @@ -26,11 +26,11 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "26.4 kB" + "maxSize": "26.6 kB" }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "24.5 kB" + "maxSize": "24.65 kB" }, { "path": "./dist/js/bootstrap.bundle.js", |
