### HTML

### SCSS

The `_radio-button.scss` file is now located at
`src/components/radio-button/_radio-button.scss`. You'll need to update any
`@import` statements for this file to reflect this change.

**New**:

```scss
@import 'path_to_node_modules/carbon-components/src/components/radio-button/radio-button';
```

**Old**:

```scss
@import 'path_to_node_modules/@console/bluemix-components/src/components/radio-button/radio-button';
```
