You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There’s actually no need to use :deep to modify the styling of any carousel elements. The Vue3-Carousal library uses the BEM naming convention, which simplifies the process of customizing styles. You can easily override specific styles by targeting the relevant classes directly, ensuring consistent and scoped styling without needing special selectors.
Is your feature request related to a problem? Please describe.
The problem is that you have to use :deep in pagination to style the slider
Describe the solution you'd like
add a paragraph about proper styling to the manual or add methods for styling pagination
The text was updated successfully, but these errors were encountered: