Skip to content

Commit

Permalink
update elixir.md app.scss->app.sass
Browse files Browse the repository at this point in the history
update elixir.md app.scss->app.sass
  • Loading branch information
zhichao-poper committed Feb 6, 2015
1 parent 4c3d4d4 commit c05e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In the example above, Elixir assumes that your Less files are stored in `resourc

```javascript
elixir(function(mix) {
mix.sass("app.scss");
mix.sass("app.sass");
});
```

Expand Down

0 comments on commit c05e188

Please sign in to comment.