kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.css
/
CSSLayerRuleDeclaration
CSSLayer
Rule
Declaration
class
CSSLayerRuleDeclaration
(
val
name
:
String
,
val
rules
:
CSSRuleDeclarationList
)
:
CSSGroupingRuleDeclaration
(
source
)
Members
Constructors
CSSLayer
Rule
Declaration
Link copied to clipboard
constructor
(
name
:
String
,
rules
:
CSSRuleDeclarationList
)
Properties
header
Link copied to clipboard
open
override
val
header
:
String
name
Link copied to clipboard
val
name
:
String
rules
Link copied to clipboard
open
override
val
rules
:
CSSRuleDeclarationList
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean