mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: remove @apply
This commit is contained in:
parent
793ccde95c
commit
0edc9d9987
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
input {
|
||||
@apply hover:cursor-pointer;
|
||||
@apply bg-sspsBlue hover:bg-sspsBlueDark
|
||||
@apply @apply rounded-lg p-3 text-xl font-semibold
|
||||
@apply rounded-lg p-3 text-xl font-semibold
|
||||
text-white transition-colors duration-300;
|
||||
@apply w-full;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue