MelangeCSS Reference

Current Version: 1.0.0-RC4

Flexbox ( Medium Width )

Provides flexible single-dimension layout options, including the ability to achieve the Holy Grail of centering a div vertically. Note that some flex properties set display, so could override styles used from the display grouping.

Properties

Flex Alignment
items*
items-start-m
.items-start-m {
  align-items: flex-start;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-end-m
.items-end-m {
  align-items: flex-end;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-center-m
.items-center-m {
  align-items: center;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-baseline-m
.items-baseline-m {
  align-items: baseline;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-stretch-m
.items-stretch-m {
  align-items: stretch;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self*
self-start-m
.self-start-m {
  align-self: flex-start;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-end-m
.self-end-m {
  align-self: flex-end;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-center-m
.self-center-m {
  align-self: center;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-baseline-m
.self-baseline-m {
  align-self: baseline;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-stretch-m
.self-stretch-m {
  align-self: stretch;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
Flex Basis
flex-basis*
flex-basis-0-m
.flex-basis-0-m {
  flex-basis: 0;
}
flex-basis-auto-m
.flex-basis-auto-m {
  flex-basis: auto;
}
flex-basis-max-m
.flex-basis-max-m {
  flex-basis: max-content;
}
flex-basis-min-m
.flex-basis-min-m {
  flex-basis: min-content;
}
flex-basis-fit-m
.flex-basis-fit-m {
  flex-basis: fit-content;
}
Flex Content
justify*
justify-start-m
.justify-start-m {
  justify-content: start;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-end-m
.justify-end-m {
  justify-content: end;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-center-m
.justify-center-m {
  justify-content: center;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-between-m
.justify-between-m {
  justify-content: space-between;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-around-m
.justify-around-m {
  justify-content: space-around;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-stretch-m
.justify-stretch-m {
  justify-content: stretch;
}
Lynch Dune
Sci-Fi Dune
DUNC
content*
content-start-m
.content-start-m {
  align-content: start;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-end-m
.content-end-m {
  align-content: end;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-center-m
.content-center-m {
  align-content: center;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-between-m
.content-between-m {
  align-content: space-between;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-around-m
.content-around-m {
  align-content: space-around;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-stretch-m
.content-stretch-m {
  align-content: stretch;
}
Lynch Dune
Sci-Fi Dune
DUNC
Flex Direction
flex*
flex-column-m
.flex-column-m {
  flex-direction: column;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
flex-row-m
.flex-row-m {
  flex-direction: row;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
Flex Grow/Shrink
flex-grow*
flex-grow-0-m
.flex-grow-0-m {
  flex-grow: 0;
}
flex-grow-1-m
.flex-grow-1-m {
  flex-grow: 1;
}
flex-grow-2-m
.flex-grow-2-m {
  flex-grow: 2;
}
flex-grow-3-m
.flex-grow-3-m {
  flex-grow: 3;
}
flex-grow-4-m
.flex-grow-4-m {
  flex-grow: 4;
}
flex-grow-5-m
.flex-grow-5-m {
  flex-grow: 5;
}
flex-shrink*
flex-shrink-0-m
.flex-shrink-0-m {
  flex-shrink: 0;
}
flex-shrink-1-m
.flex-shrink-1-m {
  flex-shrink: 1;
}
flex-shrink-2-m
.flex-shrink-2-m {
  flex-shrink: 2;
}
flex-shrink-3-m
.flex-shrink-3-m {
  flex-shrink: 3;
}
flex-shrink-4-m
.flex-shrink-4-m {
  flex-shrink: 4;
}
flex-shrink-5-m
.flex-shrink-5-m {
  flex-shrink: 5;
}
Flex None
flex-none-m
.flex-none-m {
  flex: none;
}
Flex Wrap
flex*
flex-wrap-m
.flex-wrap-m {
  flex-wrap: wrap;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
flex-nowrap-m
.flex-nowrap-m {
  flex-wrap: nowrap;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
Flexbox
flex-m
.flex-m {
  display: flex;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
Inline Flex
inline-flex-m
.inline-flex-m {
  display: inline-flex;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune