UNPKG

adaptiv-ui

Version:

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

13 lines (11 loc) 222 B
import styledMap from "styled-map"; export default styledMap` ta_right: right; ta_center: center; ta_justify: justify; ta_all: justify-all; ta_start: start; ta_end: end; ta_left: left; default: center; `;