Created
September 26, 2024 04:37
-
-
Save tjdevries/c30f3d4b270a9bb26797953e70d132e2 to your computer and use it in GitHub Desktop.
This file contains 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
<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