We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597947f commit 977820bCopy full SHA for 977820b
1 file changed
Types/Gradient/get_CSS.ps1
@@ -21,6 +21,6 @@ if (-not $gradientTypes) { $gradientTypes = 'radial-gradient'}
21
"$gradientType($(
22
@(
23
$gradientValues
24
- ) -join ', '
+ ) -join (', ' + [Environment]::NewLine + (' ' * 2))
25
))"
26
}) -join ', '
0 commit comments