UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui 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; `;