mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Bump dependencies
- @astrojs/check ^0.9.5 → ^0.9.6 - @astrojs/markdown-remark ^6.3.9 → ^6.3.10 - @astrojs/mdx ^4.3.12 → ^4.3.13 - astro ^5.16.0 → ^5.16.6 - autoprefixer ^10.4.22 → ^10.4.23 - find-unused-sass-variables ^6.1.0 → ^6.1.1 - jasmine ^5.12.0 → ^5.13.0 - prettier ^3.6.2 → ^3.7.4 - rollup ^4.53.3 → ^4.54.0 - sass-true ^10.0.0 → ^10.1.0 - stylelint ^16.26.0 → ^16.26.1 - zod ^4.1.13 → ^4.2.1
This commit is contained in:
@@ -12,8 +12,8 @@ $bd-callout-variants: info, warning, danger !default;
|
||||
--bd-purple: #{$bd-purple};
|
||||
--bd-violet: #{$bd-violet};
|
||||
--bd-accent: #{$bd-accent};
|
||||
--bd-violet-rgb: #{to-rgb($bd-violet)};
|
||||
--bd-accent-rgb: #{to-rgb($bd-accent)};
|
||||
--bd-violet-rgb: #{to-rgb($bd-violet)}; // stylelint-disable-line scss/dollar-variable-no-missing-interpolation
|
||||
--bd-accent-rgb: #{to-rgb($bd-accent)}; // stylelint-disable-line scss/dollar-variable-no-missing-interpolation
|
||||
--bd-pink-rgb: #{to-rgb($pink-500)};
|
||||
--bd-teal-rgb: #{to-rgb($teal-500)};
|
||||
--bd-violet-bg: var(--bd-violet);
|
||||
@@ -25,10 +25,10 @@ $bd-callout-variants: info, warning, danger !default;
|
||||
}
|
||||
|
||||
@include color-mode(dark, true) {
|
||||
--bd-violet: #{mix($bd-violet, $white, 75%)};
|
||||
--bd-violet: #{mix($bd-violet, $white, 75%)}; // stylelint-disable-line scss/dollar-variable-no-missing-interpolation
|
||||
--bd-violet-bg: #{$bd-violet};
|
||||
--bd-toc-color: var(--#{$prefix}emphasis-color);
|
||||
--bd-sidebar-link-bg: rgba(#{to-rgb(mix($bd-violet, $black, 75%))}, .5);
|
||||
--bd-sidebar-link-bg: rgba(#{to-rgb(mix($bd-violet, $black, 75%))}, .5); // stylelint-disable-line scss/dollar-variable-no-missing-interpolation
|
||||
--bd-callout-link: #{to-rgb($blue-300)};
|
||||
--bd-callout-code-color: #{$pink-300};
|
||||
--bd-pre-bg: #{adjust-color($gray-900, $lightness: -2.5%)}; // stylelint-disable-line scss/at-function-named-arguments
|
||||
|
||||
Reference in New Issue
Block a user