If you’re using Tailwind with React, what are your thoughts on @CSSHooks? Check it out first if you haven’t already. Would you switch? If not, why not?
@markdalgleish @CSSHooks The docs don't really do a good job at selling its usefulness. Hooks configuration is where you start to understand the value. Hover selector is not where it's at
@_jeroenpg @markdalgleish @CSSHooks I agree that `:hover` isn't that exciting by itself. For whatever reason, though, it's the main example people point to, historically: stackoverflow.com/questions/1316… What else should we highlight?
@agilecoder @markdalgleish @CSSHooks On the landing page you show a `dark` selector but it's unclear what it does. The examples on /configuration docs make it very clear to me how the library can help. Perhaps you can show the configuration part below, or have a basic + advanced example.
@_jeroenpg @markdalgleish @CSSHooks That's an excellent point. Maybe we could introduce tabs to toggle between usage and config? But, shorter term, what do you think about featuring @markdalgleish's idea of showing the actual media query?
@_jeroenpg @markdalgleish @CSSHooks That's an excellent point. Maybe we could introduce tabs to toggle between usage and config? But, shorter term, what do you think about featuring @markdalgleish's idea of showing the actual media query?
@agilecoder @markdalgleish @CSSHooks Introducing these tabs would tackle my concerns. Would that media query work without defining it as a hook? If it does then you could perhaps show it's equivalent to using `dark` in the previous example