Skip to content

Commit

Permalink
Update install.haml
Browse files Browse the repository at this point in the history
```
$ compass create myproject
directory myproject/
directory myproject/sass/
directory myproject/stylesheets/
   create myproject/config.rb
   create myproject/sass/screen.scss
   create myproject/sass/print.scss
   create myproject/sass/ie.scss
   create myproject/stylesheets/print.css
   create myproject/stylesheets/screen.css
   create myproject/stylesheets/ie.css
```
  • Loading branch information
Alex Ordonez committed May 16, 2014
1 parent a5e00ed commit 5682830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-src/content/install.haml
Expand Up @@ -53,8 +53,8 @@ body_id: install
using
%input#sassdir(placeholder="sass")
for the sass source directory,
%input#cssdir(placeholder="css")
for the css output directory,
%input#cssdir(placeholder="stylesheets")
for the stylesheets output directory,
%input#jsdir(placeholder="javascripts")
for the javascripts directory,
and
Expand Down

0 comments on commit 5682830

Please sign in to comment.