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
/
BreakpointQueryProvider
Breakpoint
Query
Provider
sealed
interface
BreakpointQueryProvider
(
source
)
An interface for expressing CSS media queries through
Breakpoint
s.
Inheritors
Breakpoint
Range
Members
Members & Extensions
Functions
plus
Link copied to clipboard
operator
fun
BreakpointQueryProvider
.
plus
(
other
:
CssRule.OfPseudoClass
)
:
CssRule.CompositeOpen
operator
fun
BreakpointQueryProvider
.
plus
(
other
:
CssRule.OfPseudoElement
)
:
CssRule.CompositeClosed
to
CSSMedia
Query
Link copied to clipboard
abstract
fun
toCSSMediaQuery
(
)
:
CSSMediaQuery