Splidejs / splide

Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.
https://splidejs.com
MIT License
4.89k stars 424 forks source link

Pagination buttons not visible with Tailwind #1222

Open pexeixv opened 1 year ago

pexeixv commented 1 year ago

Checks

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.

image

image

Reproduction Link

No response

Steps to Reproduce

  1. Create basic Vite project.
  2. Add TailwindCSS to the project.
  3. Add Splide.js to the project.
  4. Add any example Splide slider and include the Splide's JS and CSS files.

Expected Behaviour

Pagination buttons should be visible

bes-internal commented 1 year ago

Not the splide problem. Stylize .splide__pagination__page and .splide__pagination__page.is-active manually

Wizzel1 commented 4 months ago

@pexeixv did you find a solution?