No Badge class styles
See original GitHub issueI’ve found that when I use a blog post component from https://kutty.netlify.app/components/blog-post/
That the styles for the badge
don’t come through. As if the class is not there. Is there something I’m missing? All the other styles seem to come through.
I’m running:
"autoprefixer": "^10.2.5",
"next": "10.0.4",
"postcss": "^8.2.8",
"react": "17.0.1",
"react-dom": "17.0.1",
"tailwindcss": "^2.0.3"
Next JS
Is it from tailwind UI? https://tailwindui.com/components/application-ui/elements/badges
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Badges - Bootstrap
While the styling of badges provides a visual cue as to their purpose, these users will simply be presented with the content of...
Read more >Badge Background and Badge Pill styles are missing #31217
Using the classes listed below, the badge component seems to not be displaying the proper styles for badge-pill.
Read more >Bootstrap 4 badge not working - just not showing up
What can be a reason? the reason is there is no badge class in that css. There is no badge class in this...
Read more >Styling: Badge - Oracle
A Badge is a label which holds a small amount of information. It consists of a span with the appropriate text inside, with...
Read more >Bootstrap Badges -- Tutorials with advanced examples
Badges scale to match the size of the immediate parent element by using relative font sizing and em units. As of v5, badges...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You need to add Kutty as a tailwind plugin for those badge styles. https://kutty.netlify.app/docs/
Hey, @Seanmclem sorry about that, can you share a minimal code example?