UNPKG

adaptiv-ui

Version:

a library of styled components with some global style overrides in sass

12 lines (10 loc) 234 B
import styledMap from "styled-map"; export default styledMap` ac_center: center; ac_start: flex-start; ac_end: flex-end; ac_between: space-between; ac_around: space-around; ac_evenly: space-evenly; default: stretch; `;