refactor: remove mixin colors (#458)

This commit is contained in:
boojack
2022-11-13 14:25:02 +08:00
committed by GitHub
parent 2743268fd7
commit cb50bbc3cb
11 changed files with 28 additions and 81 deletions

View File

@ -36,7 +36,7 @@
@apply flex flex-col justify-start items-start w-full px-3 text-sm select-none leading-8 cursor-pointer rounded whitespace-nowrap hover:bg-gray-100;
&.selected {
color: @text-green;
@apply text-green-600;
}
}