Skip to content

Commit

Permalink
Revert bad change.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 23, 2024
1 parent 963f3d3 commit 274c9a7
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 @@ -11,7 +11,7 @@
'replacement' => '@if $3==$4 {$5@mixin $1($2){$5$6}}',
],
[ // .class => @extend .class
'pattern' => '/\.([[a-zA-Z0-9-_]*)\s*;/i',
'pattern' => '/\.([[a-zA-Z-_]*)\s*;/i',
'replacement' => '@extend .$1;',
],
[ // Remove .less extension from imports
Expand Down

0 comments on commit 274c9a7

Please sign in to comment.