public interface BreakpointStyleRule extends BootstrapStyleRule
onSmallAndUp() means that class will have impact on
all devices that match the small media query. As this is defined by a minimum
width, larger devices will match as well.
See the Bootstrap documentation for details on the responsive utilities.| Modifier and Type | Method and Description |
|---|---|
BootstrapStyleRule |
on(String breakpoint) |
default BootstrapStyleRule |
onExtraLargeAndUp() |
default BootstrapStyleRule |
onLargeAndUp() |
default BootstrapStyleRule |
onMediumAndUp() |
default BootstrapStyleRule |
onSmallAndUp() |
appendOnSet, applyTo, combine, empty, of, prefix, removeFrom, suffix, test, toCssClassesdefault BootstrapStyleRule onSmallAndUp()
default BootstrapStyleRule onMediumAndUp()
default BootstrapStyleRule onLargeAndUp()
default BootstrapStyleRule onExtraLargeAndUp()
BootstrapStyleRule on(String breakpoint)
Copyright © 2020. All rights reserved.