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

Add explicit style for bullet points #63

Merged
merged 2 commits into from
Jun 19, 2024
Merged

Conversation

raar1
Copy link
Collaborator

@raar1 raar1 commented Jun 18, 2024

I'm not sure what exactly is stripping away the <ul> element styling but setting tailwind classes with list styles was not helping. This PR at least makes the bullet points visible.

@raar1 raar1 requested a review from JaroCamphuijsen June 18, 2024 15:26
@LourensVeen
Copy link
Collaborator

<ul> is the list itself, shouldn't that be <li> to style the items in the list?


@layer base {
ul, ol, li{
list-style-type: revert;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

@JaroCamphuijsen JaroCamphuijsen mentioned this pull request Jun 19, 2024
6 tasks
@JaroCamphuijsen JaroCamphuijsen merged commit 82a7c00 into main Jun 19, 2024
1 check passed
@JaroCamphuijsen JaroCamphuijsen deleted the add_bullet_points branch June 19, 2024 14:39
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 this pull request may close these issues.

3 participants