Add starter Sass file

This commit is contained in:
Jeffrey Way 2014-11-21 16:22:13 -05:00
parent 059b0ba799
commit 70a80658ab
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var elixir = require('laravel-elixir');
*/
elixir(function(mix) {
mix.sass("bootstrap.scss")
mix.sass("app.scss")
.phpUnit()
.publish("vendor/bower_components");
});

View File

@ -0,0 +1 @@
@import "bootstrap";