1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

utility links

This commit is contained in:
Mark Otto
2025-05-30 21:03:48 -07:00
parent 058a270338
commit f0c333e3f2
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
title: CSS variables title: CSS variables
description: Use Bootstraps CSS custom properties for fast and forward-looking design and development. description: Use Bootstraps CSS custom properties for fast and forward-looking design and development.
toc: true 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 browsers inspector, a code sandbox, or general prototyping. 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 browsers inspector, a code sandbox, or general prototyping.

View File

@@ -2,7 +2,7 @@
title: Flex 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. 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 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/ csstricks: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
--- ---