We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561c745 commit db1dc89Copy full SHA for db1dc89
examples/example.js
@@ -41,7 +41,7 @@ var stylesheet = module.exports = reactCSSBuilder.create({
41
}
42
},
43
44
- // include the styles from "myClassGroup" and "myClassGroup.groupChild1"
+ // include the styles from other classes into this one
45
myClassWithIncludes: function(css) {
46
return css
47
.include('myClass')
0 commit comments