UNPKG

bushido-strap

Version:

a library of styled components with material theme

12 lines (10 loc) 228 B
import styledMap from "styled-map"; export default styledMap` acCenter: center; acStart: flex-start; acEnd: flex-end; acBetween: space-between; acAround: space-around; acEvenly: space-evenly; default: stretch; `;