Skip to content

Commit

Permalink
SCSS: Don't leave the "reference" in a comment to avoid messing with …
Browse files Browse the repository at this point in the history
…block comments.
  • Loading branch information
EreMaijala committed Nov 5, 2024
1 parent c31b37d commit 8a5448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/FinnaConsole/config/lessToScss.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
],
[ // remove (reference) from import):
'pattern' => '/@import\s+\(reference\)\s*/',
'replacement' => '@import /*(reference)*/ ',
'replacement' => '@import / ',
],
[ // fix missing semicolon from background-image rule:
'pattern' => '/(\$background-image:([^;]+?))\n/',
Expand Down

0 comments on commit 8a5448f

Please sign in to comment.