Skip to content

Commit 977820b

Browse files
feat: Gradient.CSS joining improvement ( Fixes #20 )
1 parent 597947f commit 977820b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Types/Gradient/get_CSS.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ if (-not $gradientTypes) { $gradientTypes = 'radial-gradient'}
2121
"$gradientType($(
2222
@(
2323
$gradientValues
24-
) -join ', '
24+
) -join (', ' + [Environment]::NewLine + (' ' * 2))
2525
))"
2626
}) -join ', '

0 commit comments

Comments
 (0)