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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Element
Element (Object)
Parent element to modify
Attributes
Property (String)
Property to modify
Value (String)
String value in
Outputs
HTML Element (Object)
Patches using CSSPropertyString
Changelog
created op 2020-07-13 - andro |