CSSLink

open class CSSLink

CSSLink represents a link to a CSS file from the HTML file that is rendered.

  • The UILink used to link to the CSS file.

    Declaration

    Swift

    public let link: UILink
  • Creates a link to a CSS file from the rendered HTML file.

    Declaration

    Swift

    public init(href: String = "css/main.css")

    Parameters

    href

    The path to the CSS file. This parameter defaults "css/main.css"