Skip to content

Commit

Permalink
Merge pull request laravel#1112 from zhuzhichao/patch-1
Browse files Browse the repository at this point in the history
update elixir.md app.scss->app.sass
  • Loading branch information
taylorotwell committed Feb 6, 2015
2 parents c34d870 + c05e188 commit 007363d
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 007363d

Please sign in to comment.