Skip to content

Commit

Permalink
Minor docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtheclark committed Dec 14, 2013
1 parent d2c950e commit 38dc0f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/dev/assemble/partials/intro.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ You might also want to [have a look at the changelog]({{github-home}}/blob/maste
<li> Get the file. You have the following options:
<div class="install-list">
<ul>
<li>
Download or copy/paste <a href="{{github-url}}{{version}}/dist/_scut.scss">the latest release from Github</a>.
</li>
<li>
Use <a href="http://bower.io/">Bower</a>:
<pre class="language-bash"><code>bower install scut --save-dev</code></pre>
This will get you the latest release and save it as a <code>devDependency</code> for your project.</li>
<li>
Download <a href="{{github-url}}{{version}}/dist/_scut.scss">the latest release from Github</a>.
</li>
</ul>
</div>
</li>
Expand Down Expand Up @@ -143,7 +143,7 @@ You might also want to [have a look at the changelog]({{github-home}}/blob/maste

Most of Scut's utilities should work magnificently in any modern browser and IE8+.

If a specific utility *does* have broader compatibility issues, those issues should be noted in the documentation below. (If they are not, please let me know.)
If a specific utility *does* have compatibility issues (and some do), those issues should be noted in the documentation below. (If they are not, please let me know.)
{{/markdown}}
</div>

Expand Down
1 change: 1 addition & 0 deletions docs/dev/assets/scss/examples/_pixels-to-ems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
/* hidden rules */
$scut-em-default: 16;
/* end hidden rules */

0 comments on commit 38dc0f0

Please sign in to comment.