Stylesheet

data class Stylesheet(val path: String) : HeadContribution

A <link rel="stylesheet" href="..."> tag loading an external CSS file.

Parameters

path

file path relative to the library's output directory

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard