lit-flexbox-literals
Version:
LitElement Flexbox Classes and Literals for use in styles.js files
125 lines (122 loc) • 1.72 kB
JavaScript
import {
Alignment,
ReverseLayouts,
Layouts,
Positioning,
Factors,
} from './Classes';
import {
displayFlex,
displayInlineFlex,
horizontal,
vertical,
wrap,
noWrap,
flexFactor,
flexFactorAuto,
flexFactorNone,
displayNone,
flex2,
flex3,
flex4,
flex5,
flex6,
flex7,
flex8,
flex9,
flex10,
flex11,
flex12,
horizontalReverse,
verticalReverse,
wrapReverse,
displayBlock,
invisible,
relative,
fit,
scroll,
fixed,
fixedBottom,
fixedLeft,
fixedRight,
fixedTop,
startAligned,
centerAligned,
endAligned,
baseline,
startJustified,
centerJustified,
aroundJustified,
endJustified,
justified,
selfStart,
selfBaseline,
selfCenter,
selfEnd,
selfStretch,
startAlignedContent,
centerAlignedContent,
aroundAlignedContent,
beteweenAlignedContent,
endAlignedContent,
} from './Literals';
export {
Alignment,
ReverseLayouts,
Layouts,
Positioning,
Factors,
displayFlex,
displayInlineFlex,
horizontal,
vertical,
wrap,
noWrap,
flexFactor,
flexFactorAuto,
flexFactorNone,
displayNone,
flex2,
flex3,
flex4,
flex5,
flex6,
flex7,
flex8,
flex9,
flex10,
flex11,
flex12,
horizontalReverse,
verticalReverse,
wrapReverse,
displayBlock,
invisible,
relative,
fit,
scroll,
fixed,
fixedBottom,
fixedLeft,
fixedRight,
fixedTop,
startAligned,
centerAligned,
endAligned,
baseline,
startJustified,
centerJustified,
aroundJustified,
endJustified,
justified,
selfStart,
selfBaseline,
selfCenter,
selfEnd,
selfStretch,
startAlignedContent,
centerAlignedContent,
aroundAlignedContent,
beteweenAlignedContent,
endAlignedContent,
};