We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b32c5 commit 9264682Copy full SHA for 9264682
src/Bootstrap4Preset.php
@@ -63,7 +63,7 @@ protected static function updateSass()
63
(new Filesystem)->delete($sass_file);
64
}
65
66
- copy(__DIR__.'/bootstrap4-stubs/_variables.scss', resource_path('assets/sass/_variables.scss'));
+ copy(__DIR__.'/bootstrap4-stubs/_custom.scss', resource_path('assets/sass/_custom.scss'));
67
copy(__DIR__.'/bootstrap4-stubs/app.scss', resource_path('assets/sass/app.scss'));
68
69
0 commit comments