UNPKG

bushido-strap

Version:

a library of styled components with material theme

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; `;