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 6a9991c commit aa798cbCopy full SHA for aa798cb
1 file changed
Types/Shape/ToString.ps1
@@ -0,0 +1,7 @@
1
+<#
2
+.SYNOPSIS
3
+ Stringifies the shape
4
+.DESCRIPTION
5
+ Gets the shape as a string by returning the shape's `.css`
6
+#>
7
+return "$($this.CSS)"
0 commit comments