Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid example CSS classes #47

Open
hanseo0507 opened this issue Jan 26, 2023 · 0 comments · May be fixed by #46
Open

Fix invalid example CSS classes #47

hanseo0507 opened this issue Jan 26, 2023 · 0 comments · May be fixed by #46

Comments

@hanseo0507
Copy link

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.

/* exmaple class on the example page */

.contexify__item {
    border: 1px solid red; /* Not Working */
}

.contexify_item {
    border: 1px solid red; /* Working */
}
@hanseo0507 hanseo0507 linked a pull request Jan 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant