Skip to content

Commit 22237fe

Browse files
author
Florian Eckerstorfer
committed
Merge pull request #320 from e3media/develop
Adjust path to bootstrap.scss-file
2 parents 1a76cb0 + b1b5dfb commit 22237fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/AsseticConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function buildCssWithLess(array $config)
105105
*/
106106
protected function buildCssWithSass(array $config)
107107
{
108-
$bootstrapFile = $config['assets_dir'].'/stylesheets/bootstrap.scss';
108+
$bootstrapFile = $config['assets_dir'].'/stylesheets/_bootstrap.scss';
109109
if (true === isset($config['customize']['variables_file']) &&
110110
null !== $config['customize']['variables_file']) {
111111
$bootstrapFile = $config['customize']['bootstrap_output'];

0 commit comments

Comments
 (0)