Skip to content
#

CSS Modules

css-modules logo

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 71 public repositories matching this topic...

This is the second edition of My Presentation for ReactNYC September 28, 2017 entitled React Workflows Without Create React App. Made with the reveal.js presentation deck which is created with vanilla JavaSscript. It incorporates changes made to React 16.6+, ESLint 5.9.0, Babel 7, and webpack 4 +.

  • Updated Dec 4, 2018
  • HTML

Using React, Firebase as the backend, Cloud Firestore (a NoSQL database) to store user transactions, and Firebase Authentication to sign up for or login as users, this real-time, secure finance tracker application was created. Utilizing this programme, users may add/delete transactions and keep track of their expenditures.

  • Updated Aug 16, 2022
  • HTML
Followers
305 followers
Repository
css-modules/css-modules

Related Topics

css