Adam Wathan
Adam Wathan
Hey! The label is associated with the input using `aria-labelledby` to make sure the label is properly announced to screen readers: Is there a specific issue you are seeing that...
Hey! In order to open multiple dialogs at once, Headless UI requires them to be nested so that it's clear what the hierarchy is and which one should close first...
Hey! Can you provide a real reproduction with the tools you're actually using? In the Tailwind Play you provided the CSS is generated correctly with spaces included: 
Appreciate the feedback here, going to close in favour of the existing discussion though since this isn’t a bug and is by design. To be totally honest making any changes...
Cool idea! How do you think it should work alongside custom CSS? You might have a class like `calendar-button` or something that you need because of some third-party UI component...
Just a note for future us, looks like this is because StackBlitz doesn't support loading native modules: https://developer.stackblitz.com/platform/webcontainers/troubleshooting-webcontainers#cannot-load-native-addon Not sure if there's anything we can do to make this work,...
I would recommend not using this project at all honestly as I don't keep it up to date (I don't start new Laravel applications often these days). Would accept a...
Reopening so we fix this in v3 as well.
Here's a minimum reproduction: https://github.com/adamwathan/postcss-normalize-bug `@import-normalize "opinionated.css";` is just ignored. Going to see if I can fix as I'd like to move Tailwind to this but we need to be...
Okay so after a bit of source-diving, you can make this work currently using the following syntax: ``` @import-normalize "normalize/opinionated.css"; ``` Perhaps we just need to update the README here...