Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 24, 2024
1 parent 40a3f2c commit 97f4b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ protected function writeTargetFiles(): bool

// Remove later definitions for the required variables:
foreach ($lines as &$line) {
foreach ($addedVars as $var) {
foreach ($addedVars as $var) {
$line = preg_replace(
'/^(\s*\$' . preg_quote($var) . ':.*)$/',
'/* $1 // Commented out in SCSS conversion */',
Expand Down

0 comments on commit 97f4b48

Please sign in to comment.