Skip to content

Commit

Permalink
Updated demo index
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Thompson committed May 3, 2014
1 parent 2a352fa commit b06baff
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,22 @@ <h3>Features</h3>
<h3>How to Use</h3>
<p>Using Skeleton Sass is very easy and consists of you running a few terminal commands or by using a GUI-based application.</p>

<p>Skeleton Sass is separated into four different flavors</p>
<p>Skeleton Sass is separated into three different flavors</p>
<ul>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/compass/scss" target="_blank">Compass SCSS</a></li>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/compass/sass" target="_blank">Compass Sass</a></li>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/sass/scss" target="_blank">Non-compass SCSS</a></li>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/sass/sass" target="_blank">Non-compass Sass</a></li>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/compass/" target="_blank">Compass SCSS</a></li>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/sass/" target="_blank">Non-compass SCSS</a></li>
<li><a href="https://github.com/atomicpages/skeleton-sass/tree/master/bourbon">Bourbon</a></li>
</ul>

<h5>Application</h5>
<h5>Applications</h5>
<ul>
<li><a href="http://mhs.github.io/scout-app/" target="_blank" rel="nofollow">Scout (Free)</a></li>
<li><a href="http://compass.handlino.com/" target="_blank" rel="nofollow">Compass.app (Paid)</a></li>
<li><a href="http://mixture.io/" target="_blank" rel="nofollow">Mixture.io (Paid)</a></li>
<li><a href="http://koala-app.com/" target="_blank" rel="nofollow">Kola (Free)</a></li>
<li><a href="http://alphapixels.com/prepros" target="_blank" rel="nofollow">Prepros (Free; Windows Only)</a></li>
<li><a href="http://incident57.com/codekit/" target="_blank" rel="nofollow">CodeKit (Paid; Mac Only)</a></li>
<li><a href="http://livereload.com/" target="_blank" rel="nofollow">LiveReload (Paid; Mac &amp; Windows Alpha Version)</a></li>
</ul>

<h5>Command Line</h5>
Expand Down Expand Up @@ -144,18 +148,14 @@ <h3>Find a Bug?</h3>

<h3>Changelog</h3>
<section class="changelog first">
<h5>1.6.2</h5>
<ul>
<li>Added local configuration file that won't be overridden when updating with bower.</li>
<li>Updated <code>bower.json</code> to exclude <code>demo</code> and development files from being installed with bower</li>
</ul>
<h5>1.6.2</h5>
<li>Added local configuration file that won't be overridden when updating with bower.</li>
<li>Updated <code>bower.json</code> to exclude <code>demo</code> and development files from being installed with bower</li>
</section>
<section class="changelog">
<h5>1.6.1</h5>
<ul>
<li>Fixed missing <code>one-third</code> and <code>two-thirds</code> selectors in fluid grid</li>
<li>Updated <code>12</code>, <code>20</code>, and <code>fluid</code> CSS files in <code>css</code> directory</li>
</ul>
<li>Fixed missing <code>one-third</code> and <code>two-thirds</code> selectors in fluid grid</li>
<li>Updated <code>12</code>, <code>20</code>, and fluid CSS files in <code>css</code> directory</li>
</section>
<section class="changelog">
<h5>1.6.0</h5>
Expand Down

0 comments on commit b06baff

Please sign in to comment.