Commit 70a80658 authored by Jeffrey Way's avatar Jeffrey Way

Add starter Sass file

parent 059b0ba7
......@@ -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");
});
@import "bootstrap";
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment