deno.land / x / jotai@v1.8.4 / website / src / styles / utilities.css
12345678910111213141516171819202122/* @TODO replace with <div /> and Tailwind utility classes */.speech-bubble:after { content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0; margin-left: -24px; margin-top: -16px; border: solid transparent; border-width: 16px 24px 16px 0; border-right-color: #f5f5f5; border-left: 0;}
.dark .speech-bubble:after { border-right-color: #171717 !important;}
@tailwind utilities;
Version Info