Adam Wathan
Adam Wathan
We’ll look at it when we can, we’ve got our own priorities and understandably can’t just drop that stuff or get off track any time a feature idea comes in...
Just had a chance to take a quick look — I like the idea but I don't think the underline is the right design choice here and can't prioritize thinking...
That error usually shows up when you're somehow using an outdated version of PostCSS. I would start by updating to the latest `postcss-loader`, deleting your node_modules folder and package-lock.json or...
This isn't a Tailwind specific thing, just how `vertical-align` works in CSS. Tailwind is just a very thin layer on top of raw CSS properties so we don't do any...
Can someone share a simple GitHub repo that reproduces the issue? Better chance of me being finding 5 minutes to be able to look at it if I have a...
You want the newer version of PostCSS; try manually adding that version. If we don’t currently list it as a dependency that’s a big whoopsie, I’ll check into that. On...
The fix is just to update Laravel Mix. ``` # Using npm npm install laravel-mix@^1.6 # Using Yarn yarn add laravel-mix@^1.6 ```
I'll likely be adding some default disabled styles in the next release but you can always just add utilities to make things feel disabled: ```html ``` This is what I...
There actually is no CSS source for Tailwind’s utilities, they are all generated dynamically in JS during build based on your config. So a source map would just be pointing...
Yes you can exclude it if you only want the utilities 👍🏻 Here’s the contents by default: https://unpkg.com/tailwindcss/dist/components.css