Skip to content

Commit db1dc89

Browse files
committed
update example comments
1 parent 561c745 commit db1dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var stylesheet = module.exports = reactCSSBuilder.create({
4141
}
4242
},
4343

44-
// include the styles from "myClassGroup" and "myClassGroup.groupChild1"
44+
// include the styles from other classes into this one
4545
myClassWithIncludes: function(css) {
4646
return css
4747
.include('myClass')

0 commit comments

Comments
 (0)