File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ import {FancyButton} from './styles.react.css'
99
99
100
100
### Composite components
101
101
102
- In fact any React components which accepts ` className ` props can be used as a
103
- base. That's means that React CSS Components can be used as theming tool for any
102
+ In fact any React component which accepts ` className ` props can be used as a
103
+ base. That means that React CSS Components can be used as theming tool for any
104
104
UI library.
105
105
106
106
Example:
@@ -114,7 +114,7 @@ DangerButton {
114
114
115
115
## Variants
116
116
117
- Variants is a mechanism which allows to define styling variants for a component .
117
+ Variants is a mechanism which allows defining component styling variants.
118
118
119
119
### Named variants
120
120
@@ -153,7 +153,7 @@ Label:prop(mode == "emphasis") {
153
153
}
154
154
```
155
155
156
- Note that any free variable reference a member of ` props ` , thus in JS ` mode `
156
+ Note that any free variable references a member of ` props ` , thus in JS ` mode `
157
157
becomes ` props.mode ` in the example above.
158
158
159
159
They are compiled as CSS classes as well. JS expressions within ` prop(..) ` are
You can’t perform that action at this time.
0 commit comments