UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

1 lines 869 B
.vxp-grid{font-family:var(--vxp-font-family-base);font-size:var(--vxp-font-size-base);font-variant-numeric:tabular-nums;line-height:var(--vxp-line-height-base);color:var(--vxp-content-color-base);position:relative;display:grid}.vxp-grid,.vxp-grid *,.vxp-grid ::after,.vxp-grid ::before{box-sizing:border-box}.vxp-grid--inherit{font-family:inherit;font-size:inherit;font-variant-numeric:inherit;line-height:inherit}.vxp-grid--inherit{color:inherit}.vxp-grid--dense{grid-auto-flow:row dense}.vxp-grid--start{justify-content:start}.vxp-grid--end{justify-content:end}.vxp-grid--center{justify-content:center}.vxp-grid--space-around{justify-content:space-around}.vxp-grid--space-between{justify-content:space-between}.vxp-grid--space-evenly{justify-content:space-evenly}.vxp-grid--top{align-items:start}.vxp-grid--middle{align-items:center}.vxp-grid--bottom{align-items:end}