Skip to content

Commit 9264682

Browse files
committed
Fixing naming error
1 parent 26b32c5 commit 9264682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bootstrap4Preset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected static function updateSass()
6363
(new Filesystem)->delete($sass_file);
6464
}
6565

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

0 commit comments

Comments
 (0)