UNPKG

500 BMarkdownView Raw
1### HTML
2
3No changes.
4
5### SCSS
6
7The `_tabs.scss` file is now located at `src/components/tabs/_tabs.scss`. You will need to update any `@import` statements for this file to reflect this change.
8
9**New**:
10
11```scss
12@import 'path_to_node_modules/carbon-components/src/components/tabs/tabs';
13```
14
15**Old**:
16
17```scss
18@import 'path_to_node_modules/@console/bluemix-components/src/components/tabs/tabs';
19```
20
21No class changes.
22
23### JavaScript
24
25All methods for Tab class have been changed to private methods.