@apply rounded bg-slate-200 py-2 px-4; } button[disabled], .composer button[type="submit"][disabled] { @apply text-slate-400; } .composer .characterLimit { @apply h-1 bg-gray-300; } .composer .characterLimit.characterLimitOver { @apply bg-red-400; } .composer .error { @apply ...