carbon-components
Version:
Carbon Components is a component library for IBM Cloud
20 lines (12 loc) • 400 B
Markdown
### HTML
No changes.
### SCSS
The `_list.scss` file is now located at `src/components/list/_list.scss`. You will need to update any `@import` statements for this file to reflect this change.
**New**:
```scss
@import 'path_to_node_modules/carbon-components/src/components/list/list';
```
**Old**:
```scss
@import 'path_to_node_modules/@console/bluemix-components/src/components/list/list';
```