Package com.vaadin.flow.theme.lumo
Class LumoUtility.BoxSizing
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.BoxSizing
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.BoxSizing extends Object
Classes for setting the box sizing property of an element. Box sizing determines whether an element?s border and padding is considered a part of its size.
-
-
Field Detail
-
BORDER
public static final String BORDER
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
-