/
for the plugin to know that you're specifying a special data type (and not Content or a Component name) – for all other layer types, you don't need to do this.Show
or Hide
will make the layer hidden or visible.#
it will assume it's a colour and apply it as the fill. (If this is for a group, it will apply the fill to all its children)#1DA1F2
→ would set the fill to #1DA1F2#ABC
→ would set the fill to #AABBCC#AB
→ would set the fill to #ABABAB#A
→ would set the fill to #AAAAAA%
if will assume you're setting the Opacity on the layer.50%
→ would set the layer opacity to 50%100%
→ would set the layer opacity to 100%s
if will assume you're setting the size (height / width) on the layer.w
if will assume you're setting the width on the layer.h
if will assume you're setting the height on the layer.100s
→ would set the layer height to 100px & the layer width to 100px32s
→ would set the layer height to 32px & the layer width to 32px100w
→ would set the layer width to 100px32w
→ would set the layer width to 32px100h
→ would set the layer height to 100px32h
→ would set the layer height to 32pxx
or a y
if will assume you're setting the size (x Position or y Position) on the layer.20x
→ would set the layer's x position to 20px within its parent40y
→ would set the layer's y position to 40px within its parentxx
or a yy
if will assume you're setting the size (x Position or y Position) on the layer.20xx
→ would set the layer's x position to 20px within the Figma page (regardless of its parent)40yy
→ would set the layer's x position to 20px within the Figma page (regardless of its parent)º
if will assume you're setting the rotation on the layer.30º
→ would set the layer's rotation to 30º175º
→ would set the layer's rotation to 175ºtext-align:
it will assume you're setting the Horizontal Text Alignment on the layer.text-align-vertical:
it will assume you're setting the Vertical Text Alignment on the layer.text-align:center
→ would set the layer's horizontal text alignment to centertext-align-verical:bottom
→ would set the layer's vertical text alignment to bottomfont-size:
it will assume you're setting the Font Size on the layer.font-size:14
→ would set the font size to 14pxfont-size:40
→ would set the font size to 40pxline-height:
it will assume you're setting the Line Height on the layer.line-height:auto
→ would set the Line Height to 'Auto'line-height:40
→ would set the Line Height to 40pxline-height:120%
→ would set the Line Height to 120%letter-spacing:
it will assume you're setting the Letter Spacing on the layer.letter-spacing:2
→ would set the Letter Spacing to 2pxletter-spacing:10%
→ would set the Letter Spacing to 10%letter-spacing:4px, #f00, 30%, 20º, text-align:center
— will result in setting your Layer to have:Layer #status #colour .3
— then it would set the content of the Text to say "Delayed" and set the fill Colour to '#EB5757' (Red).