Skip to content

Commit

Permalink
Optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Jun 5, 2018
1 parent 95c411f commit a3f7002
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
@import "public";

//Simplemde
@import "vendor/simplemde.min";
@import url("vendor/simplemde.min.css");

// Markdown
@import "markdown";
@import "vendor/highlight.min";
@import url("vendor/highlight.min.css");

@import "form";
@import "navbar";
Expand Down
4 changes: 2 additions & 2 deletions resources/assets/sass/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
@import "node_modules/social-share.js/src/css/share.scss";

// Select 2
@import "vendor/select2.min";
@import url("vendor/select2.min.css");

// Markdown
@import "markdown";
@import "vendor/highlight.min";
@import url("vendor/highlight.min.css");

@import "form";
@import "navbar";
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/sass/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
@import "node_modules/sweetalert2/src/sweetalert2.scss";

// Toastr
@import "vendor/toastr.min";
@import url("vendor/toastr.min.css");

0 comments on commit a3f7002

Please sign in to comment.