Skip to content

Instantly share code, notes, and snippets.

@tjdevries
Created September 26, 2024 04:37

Revisions

  1. tjdevries created this gist Sep 26, 2024.
    8 changes: 8 additions & 0 deletions example.ml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <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="...." />