See: https://react-styleguidist.js.org/examples/basic/#modal
Where is the highlighting?
ASameso in my project, it fails when I do:
```jsx
<Button
full={false}
inactive={false}
align='left'>hoi</Button>
```
I also put in styleguide.config.js:
module.exports = { highlightTheme: 'material', // etc }
- Webpack version:
"webpack": "^3.5.6",