]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
utility links
authorMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 04:03:48 +0000 (21:03 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 04:03:48 +0000 (21:03 -0700)
site/src/content/docs/customize/css-variables.mdx
site/src/content/docs/utilities/flex.mdx

index 20a0b9d44fab3282bb7d7beafaec943446a8cf94..14876a19d2f877946d7c9dc7763a4eff412c1f0c 100644 (file)
@@ -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.
index 5234245b18a598c58bffc17cbf8aefa51d92c4c5..9d027987a90fdc7faa3644e0bf2eb8112239c26c 100644 (file)
@@ -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/
 ---