Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 23, 2024
1 parent 34a79d3 commit 47afe20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module/FinnaConsole/config/lessToScss.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
outline: 1px solid \$gray-lighter;
box-shadow: 1px 1px 1px 1px \$gray-lighter;
background-color: \$gray-ultralight;
EOT,
EOT,
],
[ // Convert unsupported nested extend
'pattern' => '@extend .finna-panel-default .finna-panel-heading-inner;',
Expand All @@ -278,7 +278,7 @@
display: inline-block;
width: 100%;
padding: 10px;
EOT,
EOT,
],


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ protected function writeTargetFiles(): bool
if (false === file_put_contents($fullPath, implode(PHP_EOL, $lines)) . PHP_EOL) {
$this->error("Could not write file $fullPath");
}
$this->debug("$fullPath updated");
$this->debug("Created $fullPath");
}

return true;
Expand Down

0 comments on commit 47afe20

Please sign in to comment.