kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
silk-foundation
/
com.varabyte.kobweb.silk.style.breakpoint
/
BreakpointUnitValue
Breakpoint
Unit
Value
sealed
class
BreakpointUnitValue
<
out
T
:
CSSLengthNumericValue
>
(
source
)
Inheritors
Px
Em
Rem
Members
Types
Em
Link copied to clipboard
class
Em
(
value
:
CSSSizeValue
<
CSSUnit.em
>
)
:
BreakpointUnitValue
<
CSSSizeValue
<
CSSUnit.em
>
>
Px
Link copied to clipboard
class
Px
(
value
:
CSSpxValue
)
:
BreakpointUnitValue
<
CSSpxValue
>
Rem
Link copied to clipboard
class
Rem
(
value
:
CSSSizeValue
<
CSSUnit.rem
>
)
:
BreakpointUnitValue
<
CSSSizeValue
<
CSSUnit.rem
>
>
Properties
width
Link copied to clipboard
val
width
:
T
Functions
to
Px
Link copied to clipboard
abstract
fun
toPx
(
)
:
CSSpxValue