BEM CSS Classes are not completly updated
Open
PR welcome
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I tried to copy a `Dashboard` component into a new `Configuration` one. I use CSS BEM notation in this project, so CSS classes are like `Dasboard__JobList`. The issue is that classes are not updated:
```jsx
render() {
return
Jobs
{ /* ... */ }
;
};
```
I'll create a PR soon solving this issue. Can you give me any hint to keep in mind for developing your library?
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.