CSS Modules TypeScript Demo

November 8, 2016 ยท View on GitHub

A working demo of CSS Modules, using TypeScript, css-modulesify and typed-css-modules.

JSX components and .css files are plagiarized from https://github.com/css-modules/browserify-demo.

Install and build

npm install
npm start

Re-generate .css.d.ts

npm run dts

License

MIT

Contents

  1. 1Install and build
  2. 2Re-generate .css.d.ts
  3. 3License