UNPKG
@mapcss/preset-typography
Version:
beta (1.0.0-beta.58)
latest (1.0.0-beta.28)
1.0.0-beta.58
1.0.0-beta.57
1.0.0-beta.56
1.0.0-beta.55
1.0.0-beta.54
1.0.0-beta.53
1.0.0-beta.52
1.0.0-beta.51
1.0.0-beta.50
1.0.0-beta.49
1.0.0-beta.48
1.0.0-beta.47
1.0.0-beta.46
1.0.0-beta.45
1.0.0-beta.44
1.0.0-beta.43
1.0.0-beta.42
1.0.0-beta.41
1.0.0-beta.40
1.0.0-beta.39
1.0.0-beta.38
1.0.0-beta.37
1.0.0-beta.36
1.0.0-beta.35
1.0.0-beta.34
1.0.0-beta.32
1.0.0-beta.30
1.0.0-beta.29
1.0.0-beta.28
Typography preset for MapCSS
mapcss.miyauchi.dev
TomokiMiyauci/mapcss
@mapcss/preset-typography
/
esm
/
preset_tw
/
identifier
/
not.js
18 lines
(17 loc)
•
351 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
const
not
=
{
italic:
{
"font-style":
"normal"
, },
sr:
{
only:
{
position:
"static"
,
width:
"auto"
,
height:
"auto"
,
padding:
0
,
margin:
0
,
overflow:
"visible"
,
clip:
"auto"
,
"white-space":
"normal"
, }, }, }
;