Skip to content

Commit 93f69f4

Browse files
committed
updated readme
1 parent dc86c62 commit 93f69f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Own concept to achieve locally scoped CSS styles using [csjs](https://github.com
3838
- Define interfaces with your CSS classes and you get className property type-checking, solid auto-completion and easy refactoring. You can also add doc comments and auto-generate docs of your styles library for your team and utilize IntelliSense features of your IDE.
3939

4040
__EXAMPLE:__ [Consumer Component](src/containers/css-modules-container/index.tsx) and it's [CSS Module Styles in TypeScript Format with Class-Names Interface](src/containers/css-modules-container/container-styles.tsx)
41+
__DEMO:__ http://piotrwitek.github.io/react-redux-typescript-starter-kit/#/css-modules
4142
__Overview Video:__ https://youtu.be/67pPYqom2a0
4243

4344
### ASYNC/AWAIT/GENERATORS transformation when targeting ES3/ES5 (without Babel)

0 commit comments

Comments
 (0)