Skip to content
#

tailwindcss

tailwind logo

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.

Here are 8,034 public repositories matching this topic...

PatrykMis
PatrykMis commented Nov 30, 2021

aria-haspopup and aria-expanded attributes must be set for button element or div with role="button" attribute instead of outer div with data-controller="dropdown".

Moreover:

  • The links container must have role="menu" defined.
  • Each element (link) in the list must have role="menuitem" defined.
  • It would be good to set aria-controls, like in the example linked below.

He

help wanted good first issue
react-typescript-web-extension-starter
aeksco
aeksco commented Jan 27, 2020

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
enhancement help wanted good first issue

Created by Adam Wathan, Jonathan Reinink, David Hemphill, Steve Schoger

Released October 2017

Organization
tailwindcss
Website
tailwindcss.com

Related Topics

css css-framework framework postcss