Eric Carroll
Results
1
issues of
Eric Carroll
Using the example code snippets from https://pkg.go.dev/github.com/gotailwindcss/tailwind#section-readme In main.css, change button from: ``` @tailwind components ; .button { @apply inline-block m-2 p-2 rounded-md bg-green-400; } @tailwind utilities ; ``` To:...