You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class on the example page differs from the css class written in the source code.
/* exmaple class on the example page */
.contexify__item {
border:1px solid red; /* Not Working */
}
.contexify_item {
border:1px solid red; /* Working */
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: