Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-03-13 20:13:09 +0300
committerGitHub <noreply@github.com>2022-03-13 20:13:09 +0300
commitacf6ea74a74328bcaa9f1c354f27e602cfbb8968 (patch)
tree61aad18d82ea3eeab848a8215826d55106f519d6 /.bundlewatch.config.json
parent7c966f584889c6dfb0f1a70dd1757b2d237a68a0 (diff)
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.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index c408f65811..eff437cee5 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",