### SCSS

#### Usage

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

```css
@import '@carbon/ibmdotcom-styles/scss/patterns/blocks/logo-grid/index';
```

#### Elements

| Class                       | Description                                                                     |
| --------------------------- | ------------------------------------------------------------------------------- |
| `.bx--logo-grid__container` | Element containing all logo grid rows                                           |
| `.bx--logo-grid__wrapper`   | Wrapper for Logo placeholders                                                   |
| `.bx--logo-grid__row`       | Horizontal divisions across the viewport                                        |
| `.bx--logo-grid__col`       | Vertical divisions across the viewport and change in width at different screen. |
| `.bx--logo-grid__link`      | Url of the Logo                                                                 |
| `.bx--logo-grid__logo`      | Placeholder for logo grid                                                       |

#### Blocks

| Class            | Description                                         |
| ---------------- | --------------------------------------------------- |
| `.bx--logo-grid` | Highest level class name for the logo grid pattern. |
