Modify a css property of an element with a string
summary (oneliner)
Example : margin : 10px 5px 10px 5px
Check the example patch for a clear example on how to concatenate strings together.
doc
issues
youtube id
collections
Inputs
Element
Element (Object)
Parent element to modify
Attributes
Property (String)
Property to modify
Value (String)
String value in
Outputs
HTML Element (Object)
Changelog
created op
2020-07-13 - andro
2020-07-13 - andro