Add starter Sass file
This commit is contained in:
parent
059b0ba799
commit
70a80658ab
|
@ -12,7 +12,7 @@ var elixir = require('laravel-elixir');
|
||||||
*/
|
*/
|
||||||
|
|
||||||
elixir(function(mix) {
|
elixir(function(mix) {
|
||||||
mix.sass("bootstrap.scss")
|
mix.sass("app.scss")
|
||||||
.phpUnit()
|
.phpUnit()
|
||||||
.publish("vendor/bower_components");
|
.publish("vendor/bower_components");
|
||||||
});
|
});
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
@import "bootstrap";
|
Loading…
Reference in New Issue