Skip to content

Instantly share code, notes, and snippets.

@etdte
etdte / tabs.scss
Created March 17, 2018 11:35
SASS Snippet to make `spatie/vue-tabs-component` vertical aligned with TailwindCSS
.tabs-component {
@apply .w-full h-auto min-h-full .flex .flex-row;
}
.tabs-component-tabs {
@apply .flex flex-col .w-1/5 p-2;
}
.tabs-component-tab {
@apply .py-1 .px-4;