A utility-first CSS framework for rapid UI development.
-
Updated
Jul 7, 2022 - JavaScript
Tailwind is an utility-first CSS framework for rapid UI development written in PostCSS and configured through JavaScript, making it highly customizable by design. Tailwind doesn’t have a default theme nor built-in UI components. This means it has no opinion about how your site should look and doesn’t impose design decisions that can be difficult to undo.
Got this reply in an /r/react thread:
Nice. I kept looking and looking where you generate the different manifest.json files. But it looks like you used a combined one.
Be aware that there are slight differences in FF and Chrome supported extensions. So I had to keep separate manifest.json files for each browser.
The problem is that each of the browsers doesn't load the extension if
Hi can you please add a "copy jsx" button ty!
Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger
Released October 2017
aria-haspopupandaria-expandedattributes must be set for button element or div withrole="button"attribute instead of outerdivwithdata-controller="dropdown".Moreover:
role="menu"defined.role="menuitem"defined.aria-controls, like in the example linked below.He