• Introduction
    • Installation
    • Customization
    • Tailwind differences
    • SCSS
    • Preflight
    • Grid System
    • Aspect Ratio
    • Display
    • Isolation
    • Object Fit
    • Overflow
    • Position
    • Top / Right / Bottom / Left
    • Visibility
    • Z-Index
    • Flex Direction
    • Flex Wrap
    • Flex
    • Flex Grow
    • Flex Shrink
    • Order
    • Gap
    • Justify Content
    • Justify Items
    • Justify Self
    • Align Content
    • Align Items
    • Align Self
    • Place Content
    • Place Items
    • Place Self
    • Margin
    • Padding
    • Width
    • Min Width
    • Max Width
    • Height
    • Min Height
    • Max Height
    • Font Size
    • Font Style
    • Font Weight
    • Text Align
    • Text Color
    • Text Decoration
    • Text Transform
    • Text Overflow
    • Vertical Align
    • Whitespace
    • Background Color
    • Border Color
    • Border Radius
    • Border Width
    • Opacity
    • Cursor
    • User Select

Typography

Whitespace

Utilities for controlling an element's white-space property.

Quick reference

ClassProperties
whitespace-normal
white-space: normal;
whitespace-nowrap
white-space: nowrap;
whitespace-pre
white-space: pre;
whitespace-pre-line
white-space: pre-line;
whitespace-pre-wrap
white-space: pre-wrap;
whitespace-break-spaces
white-space: break-spaces;
TypographyVertical Align
BackgroundsBackground Color

Made with ❤️ by Outloud