carbon-components
Version:
The Carbon Design System is IBM’s open-source design system for products and experiences.
26 lines (16 loc) • 429 B
Markdown
### HTML
No changes.
### SCSS
The `_link.scss` file is now located at `src/components/link/_link.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/link/link';
```
**Old**:
```scss
@import 'path_to_node_modules/@console/bluemix-components/src/components/link/link';
```
### JavaScript
No changes.