Skip to content

Elemento 1.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 08:19
b54b656

Added

  • Add overloaded style() methods to HasHTMLElement:

    • style(String style): Appends the given style to the existing styles of an element.
    • style(String style, boolean append): Appends or sets the given style of an element.
    • style(String property, int value): Sets the given style property on an element.
    • style(String property, String value): Sets the given style property on an element.
    • style(String property, int value, boolean important): Sets the given style property on an element.
    • style(String property, String value, boolean important): Sets the given style property on an element.