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
/
script
/
preset_tw
/
identifier
/
normal.js
8 lines
(7 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
normal
=
void
0
;
exports
.
normal
= {
nums
: {
"font-variant-numeric"
:
"normal"
},
case
: {
"text-transform"
:
"none"
}, };