mapNotNullRules

abstract fun <T> mapNotNullRules(block: (String) -> T?): Array<T>(source)

Return

resulting array of block returned values if they are not null

Parameters

block

is executed on every CSS text rule in DOM