Skip to content

Commit

Permalink
fix read
Browse files Browse the repository at this point in the history
  • Loading branch information
maxguzenski committed Aug 11, 2015
1 parent 37b463a commit d85e943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class Button extends React.Component {
<Button kind='primary' className='out1 ou2' label='...'/>

// html output
<button class='root root--kind-primary in1 in2 out1 out2'>...</button>
<button class='Button Button--kind-primary in1 in2 out1 out2'>...</button>
```

##### You can make references to a nested class (using 'is' attribute)
Expand Down Expand Up @@ -136,7 +136,7 @@ class Button extends React.Component {
```scss
// button.scss

:local .root {
:local .Button {
.label { color: #000 }
.desc { font-size: 85% }
// a lot of other styles
Expand Down

0 comments on commit d85e943

Please sign in to comment.