Created
September 2, 2022 15:40
-
-
Save Qs-F/cd8ac9eeed401fbe69a571eb523e2954 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { t } from './tailwind-to-vars.ts' | |
export const Component = ( | |
<div classes={[t.font-sans, t.w-('8px'), t.text-shade-100, t.bg-shade-100, t.hover(t.bg-shade-100, t.text-shade-0)]}> | |
</div> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment