Skip to content

Commit 918f442

Browse files
feat: Gradient.ToString ( Fixes #17 )
1 parent a26e5c4 commit 918f442

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Types/Gradient/ToString.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<#
2+
.SYNOPSIS
3+
Stringifies the gradient
4+
.DESCRIPTION
5+
Gets the gradient as a string. By default, returns the CSS gradient.
6+
#>
7+
return "$($this.CSS)"

0 commit comments

Comments
 (0)