StyledNext

external interface StyledNext(source)

Functions

Link copied to clipboard
abstract fun downloadCss(partialCss: String?, filename: String?)

download a file with CSS rules that contain partialCss

Link copied to clipboard
abstract fun getCss(partialCss: String?): Array<String>
Link copied to clipboard
Link copied to clipboard
abstract fun <T> mapNotNullRules(block: (String) -> T?): Array<T>
Link copied to clipboard
abstract fun useDevSheet(isDev: Boolean)