@team_yumi/ramen 1.2.3 → 1.2.4-alpha-test

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,88 +0,0 @@
1
- :root {
2
- --xtext-font: 'Open Sans', sans-serif;
3
-
4
- --xtext-letterspacing: -0.05em;
5
-
6
- --xtext-lineheight-normal: 1.2;
7
- --xtext-lineheight-title: 1.5;
8
- --xtext-lineheight-copy: 1.75;
9
-
10
- --xtext-tab: var(--grid);
11
-
12
- --xtext-size-1: calc(24 * var(--grid));
13
- --xtext-size-2: calc(14 * var(--grid));
14
- --xtext-size-3: calc(12 * var(--grid));
15
- --xtext-size-4: calc(10 * var(--grid));
16
- --xtext-size-5: calc(9 * var(--grid));
17
- --xtext-size-6: calc(8 * var(--grid));
18
- --xtext-size-7: calc(7 * var(--grid));
19
- --xtext-size-8: calc(6 * var(--grid));
20
- --xtext-size-9: calc(5 * var(--grid));
21
- --xtext-size-10: calc(4 * var(--grid));
22
- --xtext-size-11: calc(3.5 * var(--grid));
23
- --xtext-size-12: calc(3 * var(--grid));
24
-
25
- --xtext-weight-lighter: 400;
26
- --xtext-weight-normal: 600;
27
- --xtext-weight-bold: 700;
28
- }
29
-
30
-
31
- /* new typography */
32
-
33
- :root {
34
-
35
- /**
36
- * @tokens Font Families
37
- * @presenter FontFamily
38
- */
39
- --font-family: 'Open Sans', sans-serif;
40
-
41
- /**
42
- * @tokens Font Sizes
43
- * @presenter FontSize
44
- */
45
- /* Headline */
46
- --headline-l: calc(24 * var(--grid));
47
- --headline-m: calc(14 * var(--grid));
48
- --headline-s: calc(12 * var(--grid));
49
-
50
- /* Title */
51
- --title-l: calc(10 * var(--grid));
52
- --title-m: calc(9 * var(--grid));
53
- --title-s: calc(8 * var(--grid));
54
-
55
- /* Subtitle */
56
- --subtitle-l: calc(6.5 * var(--grid));
57
- --subtitle-m: calc(6 * var(--grid));
58
- --subtitle-s: calc(5 * var(--grid));
59
-
60
- /* Body */
61
- --body-l: calc(4 * var(--grid));
62
- --body-m: calc(3.5 * var(--grid));
63
- --body-s: calc(3 * var(--grid));
64
-
65
-
66
- /**
67
- * @tokens Font Weights
68
- * @presenter FontWeight
69
- */
70
- --weight-ligth: 300;
71
- --weight-semibold: 600;
72
- --weight-bold: 700;
73
-
74
-
75
- /**
76
- * @tokens Line Heights
77
- * @presenter LineHeight
78
- */
79
-
80
- --line-height-default: 100%;
81
- --line-height-paragraph: 125%;
82
-
83
- /**
84
- * @tokens Letter Spacings
85
- * @presenter LetterSpacing
86
- */
87
- --letter-spacing: -5%;
88
- }