splide
splide copied to clipboard
Pagination buttons not visible with Tailwind
Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
v4.1.4
Description
Pagination buttons are not visible when I use Splide.js in a TailwindCSS project. Only the current pagination item is visible and others are not.
Reproduction Link
No response
Steps to Reproduce
- Create basic Vite project.
- Add TailwindCSS to the project.
- Add Splide.js to the project.
- Add any example Splide slider and include the Splide's JS and CSS files.
Expected Behaviour
Pagination buttons should be visible
Not the splide problem.
Stylize .splide__pagination__page
and .splide__pagination__page.is-active
manually
@pexeixv did you find a solution?