fkhadra / fkhadra/react-contexify-doc
Fix invalid example CSS classes
Open
- Dominant language
- HTML
- Stars
- 3
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
The CSS class code on the example page appears to be invalid.
https://fkhadra.github.io/react-contexify/how-to-style
The class on the example page differs from the css class written in the source code.
```css
/* exmaple class on the example page */
.contexify__item {
border: 1px solid red; /* Not Working */
}
.contexify_item {
border: 1px solid red; /* Working */
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.