UNPKG
fannypack-theme-medipass
Version:
beta (5.0.0-beta.4)
latest (5.0.0-beta.3)
rc (5.0.0-rc.4)
5.0.0-rc.4
5.0.0-rc.3
5.0.0-rc.0
5.0.0-beta.4
5.0.0-beta.3
github.com/fannypackui
fannypackui/fannypack
fannypack-theme-medipass
/
src
/
Heading.ts
17 lines
(15 loc)
•
246 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
{ css, fontWeight }
from
'fannypack'
;
export
default
{
css
: {
root
:
props
=>
css`
font-weight
:
${fontWeight(
'semibold'
)(props)}
; `
},
h6
: {
css
: {
root
: css`
font-size
:
1.125rem
; `
} } };