Skip to content

Commit

Permalink
Unify bootstrap preset with the laravel/laravel repo (laravel#21686)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmysior authored and taylorotwell committed Oct 16, 2017
1 parent 039b565 commit 7881180
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

// Fonts
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");

// Variables
@import "variables";

// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "~bootstrap-sass/assets/stylesheets/bootstrap";

0 comments on commit 7881180

Please sign in to comment.