From f0c333e3f21bb561da654149060497ed45b92b14 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 May 2025 21:03:48 -0700 Subject: [PATCH] utility links --- site/src/content/docs/customize/css-variables.mdx | 2 ++ site/src/content/docs/utilities/flex.mdx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/site/src/content/docs/customize/css-variables.mdx b/site/src/content/docs/customize/css-variables.mdx index 20a0b9d44f..14876a19d2 100644 --- a/site/src/content/docs/customize/css-variables.mdx +++ b/site/src/content/docs/customize/css-variables.mdx @@ -2,6 +2,8 @@ title: CSS variables description: Use Bootstrap’s CSS custom properties for fast and forward-looking design and development. toc: true +mdn: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties +csstricks: https://css-tricks.com/a-complete-guide-to-custom-properties/ --- Bootstrap includes many [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) in its compiled CSS for real-time customization without the need to recompile Sass. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser’s inspector, a code sandbox, or general prototyping. diff --git a/site/src/content/docs/utilities/flex.mdx b/site/src/content/docs/utilities/flex.mdx index 5234245b18..9d027987a9 100644 --- a/site/src/content/docs/utilities/flex.mdx +++ b/site/src/content/docs/utilities/flex.mdx @@ -2,7 +2,7 @@ title: Flex description: Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary. toc: true -mdn: https://developer.mozilla.org/en-US/docs/Web/CSS/flex +mdn: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/CSS_layout/Flexbox csstricks: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ --- -- 2.47.2