Skip to content

Instantly share code, notes, and snippets.

@tjdevries
Created September 26, 2024 04:37
Show Gist options
  • Save tjdevries/c30f3d4b270a9bb26797953e70d132e2 to your computer and use it in GitHub Desktop.
Save tjdevries/c30f3d4b270a9bb26797953e70d132e2 to your computer and use it in GitHub Desktop.
<div className="min-h-screen bg-black text-green-400 font-mono" />
(* can we change to *)
<div [%tw min-h-screen bg-black text-green-400 font-mono] />
<div.tw ... />
<div className=[%tw ... ] />
<div className%tw="...." />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment