1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Docs: use core mixins in a couple of places (#38236)

This commit is contained in:
XhmikosR
2023-03-15 06:40:58 +02:00
committed by GitHub
parent c400653990
commit adf7b8dc40
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
$bd-purple: #4c0bce;
$bd-violet: lighten(saturate($bd-purple, 5%), 15%); // stylelint-disable-line function-disallowed-list
$bd-purple-light: lighten(saturate($bd-purple, 5%), 45%); // stylelint-disable-line function-disallowed-list
$bd-accent: #ffe484;
$bd-accent: #ffe484;
$bd-gutter-x: 3rem;
$bd-callout-variants: info, warning, danger !default;