Skip to content

Instantly share code, notes, and snippets.

@Qs-F
Created September 2, 2022 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qs-F/cd8ac9eeed401fbe69a571eb523e2954 to your computer and use it in GitHub Desktop.
Save Qs-F/cd8ac9eeed401fbe69a571eb523e2954 to your computer and use it in GitHub Desktop.
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