Skip to content

Commit

Permalink
Move less styles to tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Aug 28, 2024
1 parent df9ec20 commit d30520c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions resources/css/app-tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
@import './fonts.css';

@tailwind components;

.v-popper__popper.v-popper--theme-dropdown .v-popper__arrow-container {
@apply tw-hidden;
}
.v-popper__popper.v-popper--theme-dropdown .v-popper__inner {
@apply tw-bg-transparent tw-shadow-none tw-border-0 tw-rounded-none;
}

@tailwind utilities;

@layer base {
Expand Down
1 change: 0 additions & 1 deletion resources/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
@import "components/year-slider.less";
@import "components/inline-input.less";
@import "components/ukraine-glow.less";
@import "components/popper.less";

@import "content.less";

Expand Down

0 comments on commit d30520c

Please sign in to comment.