Skip to content

Commit

Permalink
Fixing naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
travoltron committed Aug 17, 2017
1 parent 26b32c5 commit 9264682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrap4Preset.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected static function updateSass()
(new Filesystem)->delete($sass_file);
}

copy(__DIR__.'/bootstrap4-stubs/_variables.scss', resource_path('assets/sass/_variables.scss'));
copy(__DIR__.'/bootstrap4-stubs/_custom.scss', resource_path('assets/sass/_custom.scss'));
copy(__DIR__.'/bootstrap4-stubs/app.scss', resource_path('assets/sass/app.scss'));
}

Expand Down

0 comments on commit 9264682

Please sign in to comment.