# table-layout

https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout

## auto
```css
.selector {
  composes: auto from 'hydrogencss/table-layout.css'
}
```

or:
```css
.selector {
  composes: auto from 'hydrogencss/table-layout/auto.css'
}
```

## fixed
```css
.selector {
  composes: fixed from 'hydrogencss/table-layout.css'
}
```

or:
```css
.selector {
  composes: fixed from 'hydrogencss/table-layout/fixed.css'
}
```

