tailwind icon indicating copy to clipboard operation
tailwind copied to clipboard

A Tailwind CSS implementation in Go

Results 4 tailwind issues
Sort by recently updated
recently updated
newest added

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:...

This is a cool project but what I would have wanted is have the html templates parsed and then generate a css file with the tailwind classes that were used...

First of all, thank you so much for creating this package! :heart: I am wondering if you have any thoughts on best ways to extend themes? I ran into a...

See what it would take to implement all of this: https://tailwindcss.com/docs/functions-and-directives