Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esr360 committed Aug 9, 2015
1 parent aed6a06 commit 1e60887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h5 id="alias-mixin-for-multiple-components">Alias Mixin For Multiple Components
}
</code></pre>
<h5 id="global-sub-component-styles">Global Sub-Component Styles</h5>
<p>By not passing a parameter to the <code>sub-component()</code> mixin, you can apply styles to all sub-components:</p>
<p>By not passing a parameter to the <code>sub-component()</code> mixin, you can apply styles to all sub-components of the parent component:</p>
<pre><code class="lang-js">@include component(widget) {

@include sub-component {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Sub-Components work like regular components, so you can add modifiers:

##### Global Sub-Component Styles

By not passing a parameter to the `sub-component()` mixin, you can apply styles to all sub-components:
By not passing a parameter to the `sub-component()` mixin, you can apply styles to all sub-components of the parent component:

```js
@include component(widget) {
Expand Down

0 comments on commit 1e60887

Please sign in to comment.