Skip to content

Commit

Permalink
Merge pull request #8518 from shashkovdanil/neopagination-tailwindcss
Browse files Browse the repository at this point in the history
NeoPagination to tailwindcss
  • Loading branch information
roiLeo authored Dec 13, 2023
2 parents ee58f47 + 0a16bdb commit 49437fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/ui/src/components/NeoPagination/NeoPagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,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/_pagination.scss';
.o-pag__link--current {
@include ktheme() {
background: theme('k-primary');
}
@apply bg-k-primary;
}
</style>

0 comments on commit 49437fb

Please sign in to comment.