Utilities
Sizes
/path/to/floncss/trumps/sizes/sizes.css
| Class | Properties |
|---|---|
| width | |
| width: auto; | |
| width: 100%; | |
| width: 100vw; | |
| width: min-content; | |
| width: max-content; | |
| width: fit-content; | |
| min-width | |
| min-width: 0; | |
| min-width: 100%; | |
| min-width: min-content; | |
| min-width: max-content; | |
| min-width: fit-content; | |
| max-width | |
| max-width: none; | |
| max-width: 100%; | |
| max-width: min-content; | |
| max-width: max-content; | |
| max-width: fit-content; | |
| height | |
| height: auto; | |
| height: 100%; | |
| height: 100vh; | |
| height: 100dvh; | |
| height: 100lvh; | |
| height: 100svh; | |
| height: min-content; | |
| height: max-content; | |
| height: fit-content; | |
| min-height | |
| min-height: 0; | |
| min-height: 100%; | |
| min-height: 100vh; | |
| min-height: 100dvh; | |
| min-height: 100lvh; | |
| min-height: 100svh; | |
| min-height: min-content; | |
| min-height: max-content; | |
| min-height: fit-content; | |
| max-height | |
| max-height: none; | |
| max-height: 100%; | |
| max-height: 100vh; | |
| max-height: 100dvh; | |
| max-height: 100lvh; | |
| max-height: 100svh; | |
| max-height: min-content; | |
| max-height: max-content; | |
| max-height: fit-content; | |