Skip to main content
Module

x/jotai/website/src/styles/utilities.css

👻 Primitive and flexible state management for React
Go to Latest
File
/* @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;}
@supports (-moz-appearance: none) { .moz\:-bottom-1 { @apply -bottom-1; }}
@tailwind utilities;