designFlonCSSv1.0.1

Utilities

Flex layout

/path/to/floncss/trumps/displays/displays.css

ClassProperties
align items
items:inheritalign-items: inherit;
items:normalalign-items: normal;
items:stretchalign-items: stretch;
items:centeralign-items: center;
items:startalign-items: start;
items:endalign-items: end;
items:flex-startalign-items: flex-start;
items:flex-endalign-items: flex-end;
align self
self:inheritalign-self: inherit;
self:baselinealign-self: baseline;
self:autoalign-self: auto;
self:centeralign-self: center;
self:flex-startalign-self: flex-start;
self:flex-endalign-self: flex-end;
justify content
justify:inheritjustify-content: inherit;
justify:normaljustify-content: normal;
justify:stretchjustify-content: stretch;
justify:betweenjustify-content: between;
justify:aroundjustify-content: around;
justify:evenlyjustify-content: evenly;
justify:centerjustify-content: center;
justify:startjustify-content: start;
justify:endjustify-content: end;
justify:flex-startjustify-content: flex-start;
justify:flex-endjustify-content: flex-end;
justify self
justify-self:inheritjustify-self: inherit;
justify-self:baselinejustify-self: baseline;
justify-self:autojustify-self: auto;
justify-self:centerjustify-self: center;
justify-self:flex-startjustify-self: flex-start;
justify-self:flex-endjustify-self: flex-end;
flex wrap
flex-wrapflex-wrap: wrap;
flex-wrap-reverseflex-wrap: wrap-reverse;
flex-wrap-nowrapflex-wrap: wrap-nowrap;
flex shrink
shrink:1flex-shrink: 1;
shrink:0flex-shrink: 0;
flex direction
direction:columnflex-direction: column;
direction:column-reverseflex-direction: column-reverse;
direction:rowflex-direction: row;
direction:row-reverseflex-direction: row-reverse;
order
order:1order: 1;
order:2order: 2;
order:3order: 3;
order:4order: 4;
order:5order: 5;
order:6order: 6;
order:7order: 7;
order:8order: 8;
order:9order: 9;
order:10order: 10;
order:11order: 11;
order:12order: 12;
order:firstorder: -9999;
order:lastorder: 9999;
order:lastorder: 0;
flex
flex:1flex: 1 1 0%;
flex:autoflex: 1 1 auto
flex:initialflex: 0 1 auto
flex:noneflex: none