Skip to content

Commit

Permalink
Merge pull request #8520 from shashkovdanil/neoslider-tailwindcss
Browse files Browse the repository at this point in the history
NeoSlider to tailwindcss
  • Loading branch information
roiLeo authored Dec 14, 2023
2 parents 3efdd10 + 459021b commit 68c22ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/ui/src/components/NeoSlider/NeoSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ export default {
</script>

<style lang="scss">
@import '../../scss/_theme.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_expressions.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_variables.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_animations.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_helpers.scss';
@import '@oruga-ui/oruga-next/src/scss/components/_slider.scss';
.o-slide__fill {
@include ktheme() {
background: theme('k-primary');
}
@apply bg-k-primary;
}
</style>

0 comments on commit 68c22ac

Please sign in to comment.