mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +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 {
|
input {
|
||||||
@apply hover:cursor-pointer;
|
@apply hover:cursor-pointer;
|
||||||
@apply bg-sspsBlue hover:bg-sspsBlueDark
|
@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;
|
text-white transition-colors duration-300;
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue