-
Updated
Sep 7, 2020 - JavaScript
CSS Modules

CSS Modules are CSS files in which all class names and animation names are scoped locally by default. They compile to a low-level interchange format called Interoperable CSS, but are written like normal CSS files. The ability to explicitly state dependencies eliminates the need to avoid naming conflicts in the global scope.
For a more colorful introduction, see this blog post, which was written by one of the authors of the project near the time of its release.
Here are 782 public repositories matching this topic...
-
Updated
Aug 18, 2020
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Oct 4, 2018 - CSS
-
Updated
Sep 17, 2020 - JavaScript
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Apr 13, 2017 - JavaScript
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Mar 16, 2017 - JavaScript
-
Updated
Oct 11, 2020 - TypeScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Oct 22, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 7, 2017 - JavaScript
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 17, 2019 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
The Input component defines an input tag along with a role attribute equal to 'input'. This causes some accessibility scanners to raise the following violation:
"The WAI-ARIA role(s) and/or attribute(s) input are not valid for the element input"
Is there a way we can remove the redundant role or at least provide a way to override the value?