Skip to content

Commit c9b6da3

Browse files
committed
update readme
1 parent fc78013 commit c9b6da3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ A few examples
99

1010
Registering mixins and variables
1111
```
12+
var css = require('react-css-builder');
13+
1214
// the mixin can have any number of arguments provided when the mixin is referenced
1315
css.mixin('mixin-name', function(arg1, arg2, ...) {
1416
return {

0 commit comments

Comments
 (0)