Skip to content

Commit

Permalink
Sass doc tweaks
Browse files Browse the repository at this point in the history
Presentational things
  • Loading branch information
Pete Cooper committed Jun 19, 2014
1 parent c2b1354 commit e2ca1e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/pages/sass.html
Expand Up @@ -10,7 +10,7 @@ <h3 class="subheader">Sass is a superset of CSS that adds in amazing features su

Before proceeding, you'll want to install the following on your system:

* Git
* [Git](http://git-scm.com)
* [Ruby 1.9+](https://www.ruby-lang.org/)
* [NodeJS](http://nodejs.org)

Expand Down Expand Up @@ -38,7 +38,7 @@ <h4>Bash</h4>

###### Create a New Project

First, navigate into the directory where you want to create your project.
First, navigate into the directory where you want to create your project:

```bash
cd path/to/sites
Expand All @@ -57,8 +57,6 @@ <h4>Bash</h4>
grunt build
```



<div class="row">
<div class="large-6 columns">
<h4>New Project</h4>
Expand Down Expand Up @@ -107,4 +105,4 @@ <h4>Updating Your Project</h4>

### Using Foundation with something else

If you prefer using Foundation with a tool that's not listed here, you may want to check out our [community](/develop/tools.html) page to see if there's a port for you.
If you prefer to use Foundation with a tool that's not listed here, you may want to check out our [community](/develop/tools.html) page to see if there's a port for you.

0 comments on commit e2ca1e2

Please sign in to comment.