Class Flex

    • Method Detail

      • flex

        public static Flex flex()
      • align

        public Flex align​(Breakpoints<Align> align)
        Value to use for margin: auto at various breakpoints
      • alignContent

        public Flex alignContent​(Breakpoints<AlignContent> alignContent)
        Value to add for align-content property at various breakpoints
      • alignItems

        public Flex alignItems​(Breakpoints<AlignItems> alignItems)
        Value to add for align-items property at various breakpoints
      • alignSelf

        public Flex alignSelf​(Breakpoints<AlignSelf> alignSelf)
        Value to add for align-self property at various breakpoints
      • columnGap

        public Flex columnGap​(Breakpoints<Gap> columnGap)
        Gap between columns at various breakpoints. This will override spacers for the main axis.
      • direction

        public Flex direction​(Breakpoints<Direction> direction)
        Value to add for flex-direction property at various breakpoints
      • display

        public Flex display​(Breakpoints<Display> display)
        Value to set to display property at various breakpoints
      • flexWrap

        public Flex flexWrap​(Breakpoints<FlexWrap> flexWrap)
        Value to set for flex-wrap property at various breakpoints
      • fullWidth

        public Flex fullWidth​(Breakpoint breakpoint,
                              Breakpoint... more)
        Whether to set width: 100% at various breakpoints
      • gap

        public Flex gap​(Breakpoints<Gap> gap)
        Gap between items at various breakpoints. This will override spacers for the main axis.
      • grow

        public Flex grow​(Breakpoint breakpoint,
                         Breakpoint... more)
        Whether to add flex: grow at various breakpoints
      • justifyContent

        public Flex justifyContent​(Breakpoints<JustifyContent> justifyContent)
        Value to add for justify-content property at various breakpoints
      • rowGap

        public Flex rowGap​(Breakpoints<Gap> rowGap)
        Gap between rows at various breakpoints. This will override spacers for the main axis.
      • shrink

        public Flex shrink​(Breakpoint breakpoint,
                           Breakpoint... more)
        Whether to add flex: shrink at various breakpoints
      • that

        public Flex that()