HJ29 / vue3-tabs

A touch swipe tabs for vue 3
39 stars 7 forks source link

How can I customize the style? #8

Closed mreduar closed 2 years ago

mreduar commented 2 years ago

I would like to remove the default styling of the component and add my own styles with Tailwind CSS, how can I do this?

overbost commented 2 years ago

You should do something like this in scss:

@import "my_tailwind_file.css"

.tabs > .active{ @extend .my-tailwind-class }