UNPKG

adaptiv-ui

Version:

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

9 lines (7 loc) 204 B
import styledMap from "styled-map"; import theme from "../../../theme"; export default styledMap` noshadow: none; backlight: 0 0.3rem 1rem ${theme.gray0}; default: 0 0.3rem 1rem ${theme.gray7}; `;