# Utilities > Tailwind 4.3-compatible utility classes — one page per CSS property, grouped by category. canonical: /MonorailCss.Framework/utility/llms.txt entries: 169 tokens: ~26k ## Accessibility - [Forced Color Adjust](/MonorailCss.Framework/_llms/utility/accessibility/forced-color-adjust.md): Utilities for controlling color adjustments in forced colors mode. - [Screen Reader](/MonorailCss.Framework/_llms/utility/accessibility/screen-reader.md): Utilities for controlling the visibility of content to screen readers. ## Backgrounds - [Background Attachment](/MonorailCss.Framework/_llms/utility/backgrounds/background-attachment.md): Utilities for controlling how background images behave when scrolling. - [Background Clip](/MonorailCss.Framework/_llms/utility/backgrounds/background-clip.md): Utilities for controlling the clipping area of background images and colors. - [Background Color](/MonorailCss.Framework/_llms/utility/backgrounds/background-color.md): Utilities for controlling the background color of an element. - [Background Image](/MonorailCss.Framework/_llms/utility/backgrounds/background-image.md): Utilities for controlling the starting color of gradient color stops. - [Background Origin](/MonorailCss.Framework/_llms/utility/backgrounds/background-origin.md): Utilities for controlling the origin position of background images. - [Background Repeat](/MonorailCss.Framework/_llms/utility/backgrounds/background-repeat.md): Utilities for controlling how background images repeat. - [Background Size](/MonorailCss.Framework/_llms/utility/backgrounds/background-size.md): Utilities for controlling the size of background images. ## Borders - [Border Image](/MonorailCss.Framework/_llms/utility/borders/border-image.md): Utilities for controlling the border image of an element. - [Border Radius](/MonorailCss.Framework/_llms/utility/borders/border-radius.md): Utilities for controlling the border radius of an element. - [Border Style](/MonorailCss.Framework/_llms/utility/borders/border-style.md): Utilities for controlling the style of an element's borders. - [Border Width](/MonorailCss.Framework/_llms/utility/borders/border-width.md): Utilities for controlling the width and color of an element's borders. - [Box Shadow](/MonorailCss.Framework/_llms/utility/borders/box-shadow.md): Utilities for controlling the width and color of inset ring shadows. - [Outline Color](/MonorailCss.Framework/_llms/utility/borders/outline-color.md): Utilities for controlling the color of an element's outline. - [Outline Offset](/MonorailCss.Framework/_llms/utility/borders/outline-offset.md): Utilities for controlling the offset of an element's outline. - [Outline Style](/MonorailCss.Framework/_llms/utility/borders/outline-style.md): Utilities for hiding the outline of an element while maintaining accessibility. - [Outline](/MonorailCss.Framework/_llms/utility/borders/outline.md): Utilities for controlling the width and color of an element's outline. - [Outline Width](/MonorailCss.Framework/_llms/utility/borders/outline-width.md): Utilities for controlling the width of an element's outline. ## Effects - [Background Blend Mode](/MonorailCss.Framework/_llms/utility/effects/background-blend-mode.md): Utilities for controlling how an element's background image blends with its background color. - [Box Shadow](/MonorailCss.Framework/_llms/utility/effects/box-shadow.md): Utilities for controlling the inset shadow of an element (inset-shadow-2xs … inset-shadow-sm, inset-shadow-none, and arbitrary values such as inset-shadow-[0_2px_4px_red] / inset-shadow-(--my-inset)). Each sets --tw-inset-shadow and re-emits the shared box-shadow composition stack, mirroring . - [Mask Image](/MonorailCss.Framework/_llms/utility/effects/mask-image.md): Utilities for controlling how an element is masked or clipped using mask images and gradients. - [Mix Blend Mode](/MonorailCss.Framework/_llms/utility/effects/mix-blend-mode.md): Utilities for controlling how an element blends with its background. - [Opacity](/MonorailCss.Framework/_llms/utility/effects/opacity.md): Utilities for controlling the opacity of an element. - [Text Shadow](/MonorailCss.Framework/_llms/utility/effects/text-shadow.md): Utilities for controlling the text shadow of an element. ## Filters - [Backdrop Blur](/MonorailCss.Framework/_llms/utility/filters/backdrop-blur.md): Utilities for controlling the backdrop blur filter of an element. - [Backdrop Brightness](/MonorailCss.Framework/_llms/utility/filters/backdrop-brightness.md): Utilities for controlling the backdrop brightness filter of an element. - [Backdrop Contrast](/MonorailCss.Framework/_llms/utility/filters/backdrop-contrast.md): Utilities for controlling the backdrop contrast filter of an element. - [Backdrop Grayscale](/MonorailCss.Framework/_llms/utility/filters/backdrop-grayscale.md): Utilities for controlling the backdrop grayscale filter of an element. - [Backdrop Hue Rotate](/MonorailCss.Framework/_llms/utility/filters/backdrop-hue-rotate.md): Utilities for controlling the backdrop hue rotation filter of an element. - [Backdrop Invert](/MonorailCss.Framework/_llms/utility/filters/backdrop-invert.md): Utilities for controlling the backdrop invert filter of an element. - [Backdrop Opacity](/MonorailCss.Framework/_llms/utility/filters/backdrop-opacity.md): Utilities for controlling the backdrop opacity filter of an element. - [Backdrop Saturate](/MonorailCss.Framework/_llms/utility/filters/backdrop-saturate.md): Utilities for controlling the backdrop saturate filter of an element. - [Backdrop Sepia](/MonorailCss.Framework/_llms/utility/filters/backdrop-sepia.md): Utilities for controlling the backdrop sepia filter of an element. - [Filter](/MonorailCss.Framework/_llms/utility/filters/filter.md): Utilities for controlling the drop shadow filter of an element (drop-shadow, drop-shadow-xs … drop-shadow-2xl, plus drop-shadow-none). ## Flexbox & Grid - [Align Content](/MonorailCss.Framework/_llms/utility/flexbox-grid/align-content.md): Utilities for controlling how rows are positioned in multi-row flex and grid containers. - [Align Items](/MonorailCss.Framework/_llms/utility/flexbox-grid/align-items.md): Utilities for controlling how flex and grid items are positioned along a container's cross axis. - [Align Self](/MonorailCss.Framework/_llms/utility/flexbox-grid/align-self.md): Utilities for controlling how an individual flex or grid item is positioned along its container's cross axis. - [Flex](/MonorailCss.Framework/_llms/utility/flexbox-grid/flex.md): Utilities for controlling how flex items both grow and shrink. - [Flex Basis](/MonorailCss.Framework/_llms/utility/flexbox-grid/flex-basis.md): Utilities for controlling the initial size of flex items. - [Flex Direction](/MonorailCss.Framework/_llms/utility/flexbox-grid/flex-direction.md): Utilities for controlling the direction of flex items. - [Flex Grow](/MonorailCss.Framework/_llms/utility/flexbox-grid/flex-grow.md): Utilities for controlling how flex items grow. - [Flex Shrink](/MonorailCss.Framework/_llms/utility/flexbox-grid/flex-shrink.md): Utilities for controlling how flex items shrink. - [Flex Wrap](/MonorailCss.Framework/_llms/utility/flexbox-grid/flex-wrap.md): Utilities for controlling how flex items wrap. - [Gap](/MonorailCss.Framework/_llms/utility/flexbox-grid/gap.md): Utilities for controlling gutters between grid and flexbox items. - [Grid Auto Columns](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-auto-columns.md): Utilities for controlling the size of implicitly-created grid columns. - [Grid Auto Flow](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-auto-flow.md): Utilities for controlling how elements in a grid are auto-placed. - [Grid Auto Rows](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-auto-rows.md): Utilities for controlling the size of implicitly-created grid rows. - [Grid Column](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-column.md): Utilities for setting grid items to automatically span columns. - [Grid Column End](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-column-end.md): Utilities for controlling how elements end within grid columns. - [Grid Column Start](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-column-start.md): Utilities for controlling how elements start within grid columns. - [Grid Row](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-row.md): Utilities for setting grid items to automatically span rows. - [Grid Row End](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-row-end.md): Utilities for controlling how elements end within grid rows. - [Grid Row Start](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-row-start.md): Utilities for controlling how elements start within grid rows. - [Grid Template Columns](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-template-columns.md): Utilities for specifying the columns in a grid layout. - [Grid Template Rows](/MonorailCss.Framework/_llms/utility/flexbox-grid/grid-template-rows.md): Utilities for specifying the rows in a grid layout. - [Justify Content](/MonorailCss.Framework/_llms/utility/flexbox-grid/justify-content.md): Utilities for controlling how flex and grid items are positioned along a container's main axis. - [Justify Items](/MonorailCss.Framework/_llms/utility/flexbox-grid/justify-items.md): Utilities for controlling how grid items are aligned along their inline axis. - [Justify Self](/MonorailCss.Framework/_llms/utility/flexbox-grid/justify-self.md): Utilities for controlling how an individual grid item is aligned along its inline axis. - [Order](/MonorailCss.Framework/_llms/utility/flexbox-grid/order.md): Utilities for controlling the order of flex and grid items. - [Place Content](/MonorailCss.Framework/_llms/utility/flexbox-grid/place-content.md): Utilities for controlling how items are justified and aligned at the same time. ## Interactivity - [Accent Color](/MonorailCss.Framework/_llms/utility/interactivity/accent-color.md): Utilities for controlling the accent color of form controls. - [Appearance](/MonorailCss.Framework/_llms/utility/interactivity/appearance.md): Utilities for suppressing native form control styling. - [Caret Color](/MonorailCss.Framework/_llms/utility/interactivity/caret-color.md): Utilities for controlling the color of the text input cursor. - [Color Scheme](/MonorailCss.Framework/_llms/utility/interactivity/color-scheme.md): Utilities for controlling the preferred color scheme of an element. - [Cursor](/MonorailCss.Framework/_llms/utility/interactivity/cursor.md): Utilities for controlling the cursor style when hovering over an element. - [Field Sizing](/MonorailCss.Framework/_llms/utility/interactivity/field-sizing.md): Utilities for controlling how form field heights are determined. - [Pointer Events](/MonorailCss.Framework/_llms/utility/interactivity/pointer-events.md): Utilities for controlling whether an element responds to pointer events. - [Resize](/MonorailCss.Framework/_llms/utility/interactivity/resize.md): Utilities for controlling how an element can be resized. - [Scroll Behavior](/MonorailCss.Framework/_llms/utility/interactivity/scroll-behavior.md): Utilities for controlling the scroll behavior of an element. - [Scroll Margin](/MonorailCss.Framework/_llms/utility/interactivity/scroll-margin.md): Utilities for controlling the scroll offset around items in a snap container. - [Scroll Padding](/MonorailCss.Framework/_llms/utility/interactivity/scroll-padding.md): Utilities for controlling an element's scroll offset within a snap container. - [Scroll Snap Align](/MonorailCss.Framework/_llms/utility/interactivity/scroll-snap-align.md): Utilities for controlling the scroll snap alignment of an element. - [Scroll Snap Stop](/MonorailCss.Framework/_llms/utility/interactivity/scroll-snap-stop.md): Utilities for controlling whether you can skip past possible snap positions. - [Scroll Snap Type](/MonorailCss.Framework/_llms/utility/interactivity/scroll-snap-type.md): Utilities for controlling how strictly snap points are enforced in a snap container. - [Scrollbar Color](/MonorailCss.Framework/_llms/utility/interactivity/scrollbar-color.md): Utilities for setting the scrollbar thumb color via scrollbar-color. - [Scrollbar Gutter](/MonorailCss.Framework/_llms/utility/interactivity/scrollbar-gutter.md): Utilities for reserving space for the scrollbar gutter. - [Scrollbar Width](/MonorailCss.Framework/_llms/utility/interactivity/scrollbar-width.md): Utilities for controlling the width of an element's scrollbars. - [Touch Action](/MonorailCss.Framework/_llms/utility/interactivity/touch-action.md): Utilities for controlling how an element can be scrolled and zoomed on touchscreens. - [User Select](/MonorailCss.Framework/_llms/utility/interactivity/user-select.md): Utilities for controlling whether the user can select text. ## Layout - [Aspect Ratio](/MonorailCss.Framework/_llms/utility/layout/aspect-ratio.md): Utilities for controlling the aspect ratio of an element. - [Box Sizing](/MonorailCss.Framework/_llms/utility/layout/box-sizing.md): Utilities for controlling how the browser calculates an element's total size. - [Box Decoration Break](/MonorailCss.Framework/_llms/utility/layout/box-decoration-break.md): Utilities for controlling how element fragments are rendered across multiple lines, columns, or pages. - [Break After](/MonorailCss.Framework/_llms/utility/layout/break-after.md): Utilities for controlling how a column or page break should behave. - [Clear](/MonorailCss.Framework/_llms/utility/layout/clear.md): Utilities for controlling the wrapping of content around an element. - [Columns](/MonorailCss.Framework/_llms/utility/layout/columns.md): Utilities for controlling the number of columns within an element. - [Contain](/MonorailCss.Framework/_llms/utility/layout/contain.md): Utilities for controlling the containment of an element's layout, style, and paint. - [Container](/MonorailCss.Framework/_llms/utility/layout/container.md): Utilities for creating responsive container widths with automatic max-width constraints. - [Container Type](/MonorailCss.Framework/_llms/utility/layout/container-type.md): Utilities for creating container query contexts (@container, @container-normal, @container-size). Each supports an optional `/name` modifier that emits a paired container-name declaration. - [Display](/MonorailCss.Framework/_llms/utility/layout/display.md): Utilities for controlling the display box type of an element. - [Float](/MonorailCss.Framework/_llms/utility/layout/float.md): Utilities for controlling the wrapping of content around an element. - [Inset](/MonorailCss.Framework/_llms/utility/layout/inset.md): Utilities for controlling the placement of positioned elements. - [Inset Block](/MonorailCss.Framework/_llms/utility/layout/inset-block.md): Utilities for controlling the vertical placement of positioned elements. - [Inset Inline](/MonorailCss.Framework/_llms/utility/layout/inset-inline.md): Utilities for controlling the horizontal placement of positioned elements. - [Isolation](/MonorailCss.Framework/_llms/utility/layout/isolation.md): Utilities for controlling whether an element should create a new stacking context. - [Object Fit](/MonorailCss.Framework/_llms/utility/layout/object-fit.md): Utilities for controlling how a replaced element's content should be resized. - [Object Position](/MonorailCss.Framework/_llms/utility/layout/object-position.md): Utilities for controlling how a replaced element's content should be positioned within its container. - [Overflow X](/MonorailCss.Framework/_llms/utility/layout/overflow-x.md): Utilities for controlling how an element handles content that is too large for the container. - [Overscroll Behavior](/MonorailCss.Framework/_llms/utility/layout/overscroll-behavior.md): Utilities for controlling how the browser behaves when reaching the boundary of a scrolling area. - [Position](/MonorailCss.Framework/_llms/utility/layout/position.md): Utilities for controlling how an element is positioned in the DOM. - [Visibility](/MonorailCss.Framework/_llms/utility/layout/visibility.md): Utilities for controlling the visibility of an element. - [Z Index](/MonorailCss.Framework/_llms/utility/layout/z-index.md): Utilities for controlling the stack order of an element. ## Sizing - [Block Size](/MonorailCss.Framework/_llms/utility/sizing/block-size.md): Utilities for controlling the block-size of an element. - [Height](/MonorailCss.Framework/_llms/utility/sizing/height.md): Utilities for controlling the height of an element. - [Inline Size](/MonorailCss.Framework/_llms/utility/sizing/inline-size.md): Utilities for controlling the inline-size of an element. - [Max Block Size](/MonorailCss.Framework/_llms/utility/sizing/max-block-size.md): Utilities for controlling the maximum block-size of an element. - [Max Height](/MonorailCss.Framework/_llms/utility/sizing/max-height.md): Utilities for controlling the maximum height of an element. - [Max Inline Size](/MonorailCss.Framework/_llms/utility/sizing/max-inline-size.md): Utilities for controlling the maximum inline-size of an element. - [Max Width](/MonorailCss.Framework/_llms/utility/sizing/max-width.md): Utilities for controlling the maximum width of an element. - [Min Block Size](/MonorailCss.Framework/_llms/utility/sizing/min-block-size.md): Utilities for controlling the minimum block-size of an element. - [Min Height](/MonorailCss.Framework/_llms/utility/sizing/min-height.md): Utilities for controlling the minimum height of an element. - [Min Inline Size](/MonorailCss.Framework/_llms/utility/sizing/min-inline-size.md): Utilities for controlling the minimum inline-size of an element. - [Min Width](/MonorailCss.Framework/_llms/utility/sizing/min-width.md): Utilities for controlling the minimum width of an element. - [Size](/MonorailCss.Framework/_llms/utility/sizing/size.md): Utilities for controlling the width and height of an element simultaneously. - [Width](/MonorailCss.Framework/_llms/utility/sizing/width.md): Utilities for controlling the width of an element. ## Spacing - [Margin](/MonorailCss.Framework/_llms/utility/spacing/margin.md): Utilities for controlling the margin of an element. - [Padding](/MonorailCss.Framework/_llms/utility/spacing/padding.md): Utilities for controlling the padding of an element. ## SVG - [Fill](/MonorailCss.Framework/_llms/utility/svg/fill.md): Utilities for controlling the fill color of SVG elements. - [Stroke](/MonorailCss.Framework/_llms/utility/svg/stroke.md): Utilities for controlling the stroke color and width of SVG elements. ## Tables - [Border Collapse](/MonorailCss.Framework/_llms/utility/tables/border-collapse.md): Utilities for controlling whether table borders should collapse or be separated. - [Border Spacing](/MonorailCss.Framework/_llms/utility/tables/border-spacing.md): Utilities for controlling the spacing between table borders. - [Caption Side](/MonorailCss.Framework/_llms/utility/tables/caption-side.md): Utilities for controlling the placement of a table caption. - [Table Layout](/MonorailCss.Framework/_llms/utility/tables/table-layout.md): Utilities for controlling the table layout algorithm. ## Transforms - [Backface Visibility](/MonorailCss.Framework/_llms/utility/transforms/backface-visibility.md): Utilities for controlling the visibility of an element's back face when rotated. - [Perspective](/MonorailCss.Framework/_llms/utility/transforms/perspective.md): Utilities for controlling the perspective of 3D transformed elements. - [Perspective Origin](/MonorailCss.Framework/_llms/utility/transforms/perspective-origin.md): Utilities for controlling the origin point of the 3D perspective. - [Rotate](/MonorailCss.Framework/_llms/utility/transforms/rotate.md): Utilities for controlling the rotation of an element. - [Transform](/MonorailCss.Framework/_llms/utility/transforms/transform.md): Utilities for controlling the transformation of an element. - [Transform Box](/MonorailCss.Framework/_llms/utility/transforms/transform-box.md): Utilities for controlling the box model used for transforms. - [Transform Origin](/MonorailCss.Framework/_llms/utility/transforms/transform-origin.md): Utilities for controlling the origin point of an element's transforms. - [Transform Style](/MonorailCss.Framework/_llms/utility/transforms/transform-style.md): Utilities for controlling how child elements are rendered in 3D space. - [Translate](/MonorailCss.Framework/_llms/utility/transforms/translate.md): Utilities for controlling the translation of an element. - [Zoom](/MonorailCss.Framework/_llms/utility/transforms/zoom.md): Utilities for controlling the magnification (zoom) level of an element. ## Transitions & Animation - [Animation](/MonorailCss.Framework/_llms/utility/transitions-animation/animation.md): Utilities for controlling CSS animations. - [Transition Behavior](/MonorailCss.Framework/_llms/utility/transitions-animation/transition-behavior.md): Utilities for controlling the behavior of CSS transitions. - [Transition Delay](/MonorailCss.Framework/_llms/utility/transitions-animation/transition-delay.md): Utilities for controlling the delay of CSS transitions. - [Transition Duration](/MonorailCss.Framework/_llms/utility/transitions-animation/transition-duration.md): Utilities for controlling the duration of CSS transitions. - [Transition Timing Function](/MonorailCss.Framework/_llms/utility/transitions-animation/transition-timing-function.md): Utilities for controlling the easing of CSS transitions. - [Transition](/MonorailCss.Framework/_llms/utility/transitions-animation/transition.md): Utilities for controlling which CSS properties transition. - [Will Change](/MonorailCss.Framework/_llms/utility/transitions-animation/will-change.md): Utilities for optimizing upcoming animations of elements. ## Typography - [Box Decoration Break](/MonorailCss.Framework/_llms/utility/typography/box-decoration-break.md): Utilities for controlling how element fragments are rendered across multiple lines, columns, or pages. - [Content](/MonorailCss.Framework/_llms/utility/typography/content.md): Utilities for controlling the content of the before and after pseudo-elements. - [Font Family](/MonorailCss.Framework/_llms/utility/typography/font-family.md): Utilities for controlling the font family of an element. - [Font Style](/MonorailCss.Framework/_llms/utility/typography/font-style.md): Utilities for controlling the style of text. - [Font Variant Numeric](/MonorailCss.Framework/_llms/utility/typography/font-variant-numeric.md): Utilities for controlling the variant of numbers. - [Font Weight](/MonorailCss.Framework/_llms/utility/typography/font-weight.md): Utilities for controlling the font weight of an element. - [Font Smoothing](/MonorailCss.Framework/_llms/utility/typography/font-smoothing.md): Utilities for controlling the font smoothing of an element. - [Hyphens](/MonorailCss.Framework/_llms/utility/typography/hyphens.md): Utilities for controlling how words should be hyphenated. - [Letter Spacing](/MonorailCss.Framework/_llms/utility/typography/letter-spacing.md): Utilities for controlling the tracking (letter spacing) of an element. - [Line Height](/MonorailCss.Framework/_llms/utility/typography/line-height.md): Utilities for controlling the leading (line height) of an element. - [Line Clamp](/MonorailCss.Framework/_llms/utility/typography/line-clamp.md): Utilities for clamping text to a specific number of lines. - [List Style Image](/MonorailCss.Framework/_llms/utility/typography/list-style-image.md): Utilities for controlling the marker images for list items. - [List Style Position](/MonorailCss.Framework/_llms/utility/typography/list-style-position.md): Utilities for controlling the position of bullets/numbers in lists. - [List Style Type](/MonorailCss.Framework/_llms/utility/typography/list-style-type.md): Utilities for controlling the bullet/number style of a list. - [Overflow Wrap](/MonorailCss.Framework/_llms/utility/typography/overflow-wrap.md): Utilities for controlling how words should break within an element. - [Tab Size](/MonorailCss.Framework/_llms/utility/typography/tab-size.md): Utilities for controlling the width of a tab character. - [Text Align](/MonorailCss.Framework/_llms/utility/typography/text-align.md): Utilities for controlling the alignment of text. - [Text Decoration Color](/MonorailCss.Framework/_llms/utility/typography/text-decoration-color.md): Utilities for controlling the color of text decorations. - [Text Decoration Line](/MonorailCss.Framework/_llms/utility/typography/text-decoration-line.md): Utilities for controlling the decoration of text. - [Text Decoration Style](/MonorailCss.Framework/_llms/utility/typography/text-decoration-style.md): Utilities for controlling the style of text decorations. - [Text Decoration Thickness](/MonorailCss.Framework/_llms/utility/typography/text-decoration-thickness.md): Utilities for controlling the thickness of text decorations. - [Text Indent](/MonorailCss.Framework/_llms/utility/typography/text-indent.md): Utilities for controlling the indentation of text. - [Text Overflow](/MonorailCss.Framework/_llms/utility/typography/text-overflow.md): Utilities for controlling how text overflow is handled. - [Text Size Adjust](/MonorailCss.Framework/_llms/utility/typography/text-size-adjust.md): Utilities for controlling the size adjustment of text on mobile devices. - [Text Transform](/MonorailCss.Framework/_llms/utility/typography/text-transform.md): Utilities for controlling the transformation of text. - [Text Underline Offset](/MonorailCss.Framework/_llms/utility/typography/text-underline-offset.md): Utilities for controlling the offset of text underlines. - [Text Wrap](/MonorailCss.Framework/_llms/utility/typography/text-wrap.md): Utilities for controlling how text wraps within an element. - [Text](/MonorailCss.Framework/_llms/utility/typography/text.md): Utilities for controlling the text color and font size of an element. - [White Space](/MonorailCss.Framework/_llms/utility/typography/white-space.md): Utilities for controlling how whitespace and line breaks are handled.