# max-height

https://developer.mozilla.org/en-US/docs/Web/CSS/max-height

## fill-available
```css
.selector {
  composes: fill-available from 'hydrogencss/max-height.css'
}
```

or:
```css
.selector {
  composes: fill-available from 'hydrogencss/max-height/fill-available.css'
}
```

## fit-content
```css
.selector {
  composes: fit-content from 'hydrogencss/max-height.css'
}
```

or:
```css
.selector {
  composes: fit-content from 'hydrogencss/max-height/fit-content.css'
}
```

## max-content
```css
.selector {
  composes: max-content from 'hydrogencss/max-height.css'
}
```

or:
```css
.selector {
  composes: max-content from 'hydrogencss/max-height/max-content.css'
}
```

## min-content
```css
.selector {
  composes: min-content from 'hydrogencss/max-height.css'
}
```

or:
```css
.selector {
  composes: min-content from 'hydrogencss/max-height/min-content.css'
}
```

## none
```css
.selector {
  composes: none from 'hydrogencss/max-height.css'
}
```

or:
```css
.selector {
  composes: none from 'hydrogencss/max-height/none.css'
}
```

