### SCSS

#### Usage

Import the package css into the top of your main CSS file.

```css
@import '@carbon/ibmdotcom-styles/scss/internal/content-section/content-section';
```

#### Elements

| Class                            | Description                                  |
| -------------------------------- | -------------------------------------------- |
| `.bx--content-section__grid`     | Element containing all list section content. |
| `.bx--content-section__row`      | Vertical divisions across the viewport.      |
| `.bx--content-section__left`     | sibling of vertitical divisions.             |
| `.bx--content-section__heading`  | content-section heading element.             |
| `.bx--content-section__children` | card-section containing node.                |

#### Blocks

| Class                  | Description                                            |
| ---------------------- | ------------------------------------------------------ |
| `.bx--content-section` | Highest level class name for the card-section pattern. |
