UNPKG

adaptiv-ui

Version:

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

12 lines (10 loc) 242 B
// font-weight: normal|bold|bolder|lighter|number|initial|inherit; import styledMap from "styled-map"; export default styledMap` bold: bold; bolder: bolder; light: lighter; initial: initial; inherit: inherit; default: normal; `;