COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200901044328/https://github.com/topics/css-modules
Here are
747 public repositories
matching this topic...
📚 Study guide and introduction to the modern front end stack.
Updated
Jul 30, 2020
JavaScript
High performance, maintainable stylesheets.
Updated
Aug 29, 2020
TypeScript
A useful list of must-watch talks about CSS
A set of React components implementing flexboxgrid with the power of CSS Modules.
Updated
Aug 7, 2020
JavaScript
a [μ] microInteraction library built with CSS Animations and controlled by JavaScript Power
Transforms styleName to className using compile time CSS module resolution.
Updated
Apr 12, 2020
JavaScript
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Updated
Aug 29, 2020
TypeScript
My best-practices-included universal frontend starter kit
Updated
Apr 13, 2017
JavaScript
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Updated
Jul 28, 2020
JavaScript
🔬 Boilerplate with the methodology Atomic Design using a few cool things.
Updated
Jul 31, 2020
JavaScript
Themeable design system for the SEEK Group
Updated
Aug 28, 2020
TypeScript
Define React presentational components with CSS
Updated
Mar 16, 2017
JavaScript
Better styling for React Native
Updated
Aug 8, 2020
TypeScript
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Updated
Jul 30, 2020
TypeScript
Creates .d.ts files from CSS Modules .css files
Updated
Jun 2, 2020
TypeScript
Easy theming and composition for CSS Modules.
Updated
Jul 16, 2020
JavaScript
✨ Modular, scoped CSS with ES6
Updated
Feb 16, 2017
JavaScript
A starter project for modern React apps with Redux
Updated
Mar 7, 2017
JavaScript
🌈 Write plain CSS while reaping benefits of CSS-in-JS
Updated
Jul 17, 2020
TypeScript
Seamless integration between Rollup and PostCSS.
Updated
Aug 31, 2020
JavaScript
Updated
Jul 15, 2020
JavaScript
Front-end development toolkit
Updated
Aug 27, 2020
JavaScript
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Updated
Aug 31, 2020
JavaScript
Markup and styles that feel right
Updated
Jul 31, 2020
JavaScript
Extract css class names from required css module files, so we can render it on server.
Updated
Mar 19, 2020
JavaScript
Awesome React Redux Workflow Boilerplate with Webpack 4
Updated
May 17, 2019
JavaScript
Living style guide for SEEK, powered by React, webpack, CSS Modules and Less.
Updated
Aug 16, 2020
JavaScript
💈 CSS-in-JS 101: All you need to know
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Updated
Feb 20, 2019
JavaScript
Improve this page
Add a description, image, and links to the
css-modules
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
css-modules
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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?