Adam Wathan

Results 218 comments of Adam Wathan

Hey @TonsOfLaz! While you definitely need to pull in Tailwind as part of a build system to really take advantage of all of it's features, you can pull down a...

@TonsOfLaz I've updated the issue title to make it easier for other people to find this thread in case they have the same question, hope you don't mind!

Haven't used Angular since Angular 1 so not sure how it works, but happy to link to a project like that from the docs if someone wants to build it.

Might be fixed now then! 🎉

You're making your computer do a lot of work so it's going to be slower than the default build no matter what. But your CSS should only be recompiling if...

Can you give an example of what you mean? You can already customize the select element however you like.

Thanks for this! How do you think this solution (using a separate build step just for Tailwind) compares to the solution outlined here that uses craco to extend create-react-app with...

First tool I'd try is this one: https://github.com/posthtml/posthtml-minify-classnames

Noticed this myself today, just adding this screenshot (Safari) to help make it clear for when someone gets a chance to look into it: ![image](https://user-images.githubusercontent.com/4323180/131122829-a2f70a18-6f56-486e-9bd6-6f4bc534940a.png)

Hey! So first things first, have you read our documentation on extracting components? [Extracting Components](https://tailwindcss.com/docs/extracting-components/) It talks about how to use Tailwind's `@apply` directive to do this sort of thing...