Skip to content

Instantly share code, notes, and snippets.

@dektaiimage
Created August 2, 2022 15:15
Show Gist options
  • Save dektaiimage/90effd2342e151fe1cf81f1e0da56814 to your computer and use it in GitHub Desktop.
Save dektaiimage/90effd2342e151fe1cf81f1e0da56814 to your computer and use it in GitHub Desktop.
Example Tailwind Buttons @apply
<button type="button" class="btn">Default</button>
<button type="button" class="btn btn--primary">Primary</button>
<button type="button" class="btn btn--success">Success</button>
<button type="button" class="btn btn--danger">Danger</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment