MelangeCSS Reference

Current Version: 1.0.0-RC4

Flexbox ( Not Small 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-ns
.items-start-ns {
  align-items: flex-start;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-end-ns
.items-end-ns {
  align-items: flex-end;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-center-ns
.items-center-ns {
  align-items: center;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-baseline-ns
.items-baseline-ns {
  align-items: baseline;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
items-stretch-ns
.items-stretch-ns {
  align-items: stretch;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self*
self-start-ns
.self-start-ns {
  align-self: flex-start;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-end-ns
.self-end-ns {
  align-self: flex-end;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-center-ns
.self-center-ns {
  align-self: center;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-baseline-ns
.self-baseline-ns {
  align-self: baseline;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
self-stretch-ns
.self-stretch-ns {
  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-ns
.flex-basis-0-ns {
  flex-basis: 0;
}
flex-basis-auto-ns
.flex-basis-auto-ns {
  flex-basis: auto;
}
flex-basis-max-ns
.flex-basis-max-ns {
  flex-basis: max-content;
}
flex-basis-min-ns
.flex-basis-min-ns {
  flex-basis: min-content;
}
flex-basis-fit-ns
.flex-basis-fit-ns {
  flex-basis: fit-content;
}
Flex Content
justify*
justify-start-ns
.justify-start-ns {
  justify-content: start;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-end-ns
.justify-end-ns {
  justify-content: end;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-center-ns
.justify-center-ns {
  justify-content: center;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-between-ns
.justify-between-ns {
  justify-content: space-between;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-around-ns
.justify-around-ns {
  justify-content: space-around;
}
Lynch Dune
Sci-Fi Dune
DUNC
justify-stretch-ns
.justify-stretch-ns {
  justify-content: stretch;
}
Lynch Dune
Sci-Fi Dune
DUNC
content*
content-start-ns
.content-start-ns {
  align-content: start;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-end-ns
.content-end-ns {
  align-content: end;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-center-ns
.content-center-ns {
  align-content: center;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-between-ns
.content-between-ns {
  align-content: space-between;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-around-ns
.content-around-ns {
  align-content: space-around;
}
Lynch Dune
Sci-Fi Dune
DUNC
content-stretch-ns
.content-stretch-ns {
  align-content: stretch;
}
Lynch Dune
Sci-Fi Dune
DUNC
Flex Direction
flex*
flex-column-ns
.flex-column-ns {
  flex-direction: column;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
flex-row-ns
.flex-row-ns {
  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-ns
.flex-grow-0-ns {
  flex-grow: 0;
}
flex-grow-1-ns
.flex-grow-1-ns {
  flex-grow: 1;
}
flex-grow-2-ns
.flex-grow-2-ns {
  flex-grow: 2;
}
flex-grow-3-ns
.flex-grow-3-ns {
  flex-grow: 3;
}
flex-grow-4-ns
.flex-grow-4-ns {
  flex-grow: 4;
}
flex-grow-5-ns
.flex-grow-5-ns {
  flex-grow: 5;
}
flex-shrink*
flex-shrink-0-ns
.flex-shrink-0-ns {
  flex-shrink: 0;
}
flex-shrink-1-ns
.flex-shrink-1-ns {
  flex-shrink: 1;
}
flex-shrink-2-ns
.flex-shrink-2-ns {
  flex-shrink: 2;
}
flex-shrink-3-ns
.flex-shrink-3-ns {
  flex-shrink: 3;
}
flex-shrink-4-ns
.flex-shrink-4-ns {
  flex-shrink: 4;
}
flex-shrink-5-ns
.flex-shrink-5-ns {
  flex-shrink: 5;
}
Flex None
flex-none-ns
.flex-none-ns {
  flex: none;
}
Flex Wrap
flex*
flex-wrap-ns
.flex-wrap-ns {
  flex-wrap: wrap;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
flex-nowrap-ns
.flex-nowrap-ns {
  flex-wrap: nowrap;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
Flexbox
flex-ns
.flex-ns {
  display: flex;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune
Inline Flex
inline-flex-ns
.inline-flex-ns {
  display: inline-flex;
}
Dune
Dune: Messiah
Children of Dune
God Emperor of Dune
Heretics of Dune
Chapterhouse: Dune