Skip to content

Commit

Permalink
include form css from toggle component [#153427216]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Berney committed Dec 6, 2017
1 parent 8595301 commit abde0a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/react/toggle/toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export class Toggle extends React.PureComponent {
size: 'medium'
};

componentDidMount() {
require('../../css/forms');
}

render() {
const {children, id, size, className, ...others} = this.props;
const toggleId = id || uniqueid('toggle');
Expand Down

0 comments on commit abde0a5

Please sign in to comment.