cacao-css 7.0.0 → 7.2.0

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.
Files changed (39) hide show
  1. package/dist/display/2xl/flex.css +20 -0
  2. package/dist/display/2xs/flex.css +20 -0
  3. package/dist/display/3xl/flex.css +20 -0
  4. package/dist/display/3xs/flex.css +20 -0
  5. package/dist/display/4xl/flex.css +20 -0
  6. package/dist/display/5xl/flex.css +20 -0
  7. package/dist/display/flex.css +20 -0
  8. package/dist/display/lg/flex.css +20 -0
  9. package/dist/display/md/flex.css +20 -0
  10. package/dist/display/sm/flex.css +20 -0
  11. package/dist/display/xl/flex.css +20 -0
  12. package/dist/display/xs/flex.css +20 -0
  13. package/dist/imports.css +13 -0
  14. package/dist/typography/2xl/combined-import.css +1 -0
  15. package/dist/typography/2xl/size.css +97 -0
  16. package/dist/typography/2xs/combined-import.css +1 -0
  17. package/dist/typography/2xs/size.css +97 -0
  18. package/dist/typography/3xl/combined-import.css +1 -0
  19. package/dist/typography/3xl/size.css +97 -0
  20. package/dist/typography/3xs/combined-import.css +1 -0
  21. package/dist/typography/3xs/size.css +97 -0
  22. package/dist/typography/4xl/combined-import.css +1 -0
  23. package/dist/typography/4xl/size.css +97 -0
  24. package/dist/typography/5xl/combined-import.css +1 -0
  25. package/dist/typography/5xl/size.css +97 -0
  26. package/dist/typography/combined-import.css +2 -0
  27. package/dist/typography/lg/combined-import.css +1 -0
  28. package/dist/typography/lg/size.css +97 -0
  29. package/dist/typography/md/combined-import.css +1 -0
  30. package/dist/typography/md/size.css +97 -0
  31. package/dist/typography/size-variables.css +31 -0
  32. package/dist/typography/size.css +95 -0
  33. package/dist/typography/sm/combined-import.css +1 -0
  34. package/dist/typography/sm/size.css +97 -0
  35. package/dist/typography/xl/combined-import.css +1 -0
  36. package/dist/typography/xl/size.css +97 -0
  37. package/dist/typography/xs/combined-import.css +1 -0
  38. package/dist/typography/xs/size.css +97 -0
  39. package/package.json +5 -5
@@ -0,0 +1,97 @@
1
+ /* =========================================================================== *\
2
+ Font size utilities
3
+ \* =========================================================================== */
4
+
5
+ @media (--m-3xl) {
6
+ .font-size-000-3xl {
7
+ font-size: var(--font-size-000);
8
+ }
9
+
10
+ .font-size-00-3xl {
11
+ font-size: var(--font-size-00);
12
+ }
13
+
14
+ .font-size-0-3xl {
15
+ font-size: var(--font-size-0);
16
+ }
17
+
18
+ .font-size-1-3xl {
19
+ font-size: var(--font-size-1);
20
+ }
21
+
22
+ .font-size-2-3xl {
23
+ font-size: var(--font-size-2);
24
+ }
25
+
26
+ .font-size-3-3xl {
27
+ font-size: var(--font-size-3);
28
+ }
29
+
30
+ .font-size-4-3xl {
31
+ font-size: var(--font-size-4);
32
+ }
33
+
34
+ .font-size-5-3xl {
35
+ font-size: var(--font-size-5);
36
+ }
37
+
38
+ .font-size-6-3xl {
39
+ font-size: var(--font-size-6);
40
+ }
41
+
42
+ .font-size-7-3xl {
43
+ font-size: var(--font-size-7);
44
+ }
45
+
46
+ .font-size-8-3xl {
47
+ font-size: var(--font-size-8);
48
+ }
49
+
50
+ .font-size-9-3xl {
51
+ font-size: var(--font-size-9);
52
+ }
53
+
54
+ .font-size-10-3xl {
55
+ font-size: var(--font-size-10);
56
+ }
57
+
58
+ .font-size-11-3xl {
59
+ font-size: var(--font-size-11);
60
+ }
61
+
62
+ .font-size-12-3xl {
63
+ font-size: var(--font-size-12);
64
+ }
65
+
66
+ .font-size-13-3xl {
67
+ font-size: var(--font-size-13);
68
+ }
69
+
70
+ .font-size-14-3xl {
71
+ font-size: var(--font-size-14);
72
+ }
73
+
74
+ .font-size-15-3xl {
75
+ font-size: var(--font-size-15);
76
+ }
77
+
78
+ .font-size-16-3xl {
79
+ font-size: var(--font-size-16);
80
+ }
81
+
82
+ .font-size-17-3xl {
83
+ font-size: var(--font-size-17);
84
+ }
85
+
86
+ .font-size-18-3xl {
87
+ font-size: var(--font-size-18);
88
+ }
89
+
90
+ .font-size-19-3xl {
91
+ font-size: var(--font-size-19);
92
+ }
93
+
94
+ .font-size-20-3xl {
95
+ font-size: var(--font-size-20);
96
+ }
97
+ }
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import './align.css';
6
6
  @import './break.css';
7
+ @import './size.css';
7
8
  @import './style.css';
8
9
  @import './transform.css';
9
10
  @import './weight.css';
@@ -0,0 +1,97 @@
1
+ /* =========================================================================== *\
2
+ Font size utilities
3
+ \* =========================================================================== */
4
+
5
+ @media (--m-3xs) {
6
+ .font-size-000-3xs {
7
+ font-size: var(--font-size-000);
8
+ }
9
+
10
+ .font-size-00-3xs {
11
+ font-size: var(--font-size-00);
12
+ }
13
+
14
+ .font-size-0-3xs {
15
+ font-size: var(--font-size-0);
16
+ }
17
+
18
+ .font-size-1-3xs {
19
+ font-size: var(--font-size-1);
20
+ }
21
+
22
+ .font-size-2-3xs {
23
+ font-size: var(--font-size-2);
24
+ }
25
+
26
+ .font-size-3-3xs {
27
+ font-size: var(--font-size-3);
28
+ }
29
+
30
+ .font-size-4-3xs {
31
+ font-size: var(--font-size-4);
32
+ }
33
+
34
+ .font-size-5-3xs {
35
+ font-size: var(--font-size-5);
36
+ }
37
+
38
+ .font-size-6-3xs {
39
+ font-size: var(--font-size-6);
40
+ }
41
+
42
+ .font-size-7-3xs {
43
+ font-size: var(--font-size-7);
44
+ }
45
+
46
+ .font-size-8-3xs {
47
+ font-size: var(--font-size-8);
48
+ }
49
+
50
+ .font-size-9-3xs {
51
+ font-size: var(--font-size-9);
52
+ }
53
+
54
+ .font-size-10-3xs {
55
+ font-size: var(--font-size-10);
56
+ }
57
+
58
+ .font-size-11-3xs {
59
+ font-size: var(--font-size-11);
60
+ }
61
+
62
+ .font-size-12-3xs {
63
+ font-size: var(--font-size-12);
64
+ }
65
+
66
+ .font-size-13-3xs {
67
+ font-size: var(--font-size-13);
68
+ }
69
+
70
+ .font-size-14-3xs {
71
+ font-size: var(--font-size-14);
72
+ }
73
+
74
+ .font-size-15-3xs {
75
+ font-size: var(--font-size-15);
76
+ }
77
+
78
+ .font-size-16-3xs {
79
+ font-size: var(--font-size-16);
80
+ }
81
+
82
+ .font-size-17-3xs {
83
+ font-size: var(--font-size-17);
84
+ }
85
+
86
+ .font-size-18-3xs {
87
+ font-size: var(--font-size-18);
88
+ }
89
+
90
+ .font-size-19-3xs {
91
+ font-size: var(--font-size-19);
92
+ }
93
+
94
+ .font-size-20-3xs {
95
+ font-size: var(--font-size-20);
96
+ }
97
+ }
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import './align.css';
6
6
  @import './break.css';
7
+ @import './size.css';
7
8
  @import './style.css';
8
9
  @import './transform.css';
9
10
  @import './weight.css';
@@ -0,0 +1,97 @@
1
+ /* =========================================================================== *\
2
+ Font size utilities
3
+ \* =========================================================================== */
4
+
5
+ @media (--m-4xl) {
6
+ .font-size-000-4xl {
7
+ font-size: var(--font-size-000);
8
+ }
9
+
10
+ .font-size-00-4xl {
11
+ font-size: var(--font-size-00);
12
+ }
13
+
14
+ .font-size-0-4xl {
15
+ font-size: var(--font-size-0);
16
+ }
17
+
18
+ .font-size-1-4xl {
19
+ font-size: var(--font-size-1);
20
+ }
21
+
22
+ .font-size-2-4xl {
23
+ font-size: var(--font-size-2);
24
+ }
25
+
26
+ .font-size-3-4xl {
27
+ font-size: var(--font-size-3);
28
+ }
29
+
30
+ .font-size-4-4xl {
31
+ font-size: var(--font-size-4);
32
+ }
33
+
34
+ .font-size-5-4xl {
35
+ font-size: var(--font-size-5);
36
+ }
37
+
38
+ .font-size-6-4xl {
39
+ font-size: var(--font-size-6);
40
+ }
41
+
42
+ .font-size-7-4xl {
43
+ font-size: var(--font-size-7);
44
+ }
45
+
46
+ .font-size-8-4xl {
47
+ font-size: var(--font-size-8);
48
+ }
49
+
50
+ .font-size-9-4xl {
51
+ font-size: var(--font-size-9);
52
+ }
53
+
54
+ .font-size-10-4xl {
55
+ font-size: var(--font-size-10);
56
+ }
57
+
58
+ .font-size-11-4xl {
59
+ font-size: var(--font-size-11);
60
+ }
61
+
62
+ .font-size-12-4xl {
63
+ font-size: var(--font-size-12);
64
+ }
65
+
66
+ .font-size-13-4xl {
67
+ font-size: var(--font-size-13);
68
+ }
69
+
70
+ .font-size-14-4xl {
71
+ font-size: var(--font-size-14);
72
+ }
73
+
74
+ .font-size-15-4xl {
75
+ font-size: var(--font-size-15);
76
+ }
77
+
78
+ .font-size-16-4xl {
79
+ font-size: var(--font-size-16);
80
+ }
81
+
82
+ .font-size-17-4xl {
83
+ font-size: var(--font-size-17);
84
+ }
85
+
86
+ .font-size-18-4xl {
87
+ font-size: var(--font-size-18);
88
+ }
89
+
90
+ .font-size-19-4xl {
91
+ font-size: var(--font-size-19);
92
+ }
93
+
94
+ .font-size-20-4xl {
95
+ font-size: var(--font-size-20);
96
+ }
97
+ }
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import './align.css';
6
6
  @import './break.css';
7
+ @import './size.css';
7
8
  @import './style.css';
8
9
  @import './transform.css';
9
10
  @import './weight.css';
@@ -0,0 +1,97 @@
1
+ /* =========================================================================== *\
2
+ Font size utilities
3
+ \* =========================================================================== */
4
+
5
+ @media (--m-5xl) {
6
+ .font-size-000-5xl {
7
+ font-size: var(--font-size-000);
8
+ }
9
+
10
+ .font-size-00-5xl {
11
+ font-size: var(--font-size-00);
12
+ }
13
+
14
+ .font-size-0-5xl {
15
+ font-size: var(--font-size-0);
16
+ }
17
+
18
+ .font-size-1-5xl {
19
+ font-size: var(--font-size-1);
20
+ }
21
+
22
+ .font-size-2-5xl {
23
+ font-size: var(--font-size-2);
24
+ }
25
+
26
+ .font-size-3-5xl {
27
+ font-size: var(--font-size-3);
28
+ }
29
+
30
+ .font-size-4-5xl {
31
+ font-size: var(--font-size-4);
32
+ }
33
+
34
+ .font-size-5-5xl {
35
+ font-size: var(--font-size-5);
36
+ }
37
+
38
+ .font-size-6-5xl {
39
+ font-size: var(--font-size-6);
40
+ }
41
+
42
+ .font-size-7-5xl {
43
+ font-size: var(--font-size-7);
44
+ }
45
+
46
+ .font-size-8-5xl {
47
+ font-size: var(--font-size-8);
48
+ }
49
+
50
+ .font-size-9-5xl {
51
+ font-size: var(--font-size-9);
52
+ }
53
+
54
+ .font-size-10-5xl {
55
+ font-size: var(--font-size-10);
56
+ }
57
+
58
+ .font-size-11-5xl {
59
+ font-size: var(--font-size-11);
60
+ }
61
+
62
+ .font-size-12-5xl {
63
+ font-size: var(--font-size-12);
64
+ }
65
+
66
+ .font-size-13-5xl {
67
+ font-size: var(--font-size-13);
68
+ }
69
+
70
+ .font-size-14-5xl {
71
+ font-size: var(--font-size-14);
72
+ }
73
+
74
+ .font-size-15-5xl {
75
+ font-size: var(--font-size-15);
76
+ }
77
+
78
+ .font-size-16-5xl {
79
+ font-size: var(--font-size-16);
80
+ }
81
+
82
+ .font-size-17-5xl {
83
+ font-size: var(--font-size-17);
84
+ }
85
+
86
+ .font-size-18-5xl {
87
+ font-size: var(--font-size-18);
88
+ }
89
+
90
+ .font-size-19-5xl {
91
+ font-size: var(--font-size-19);
92
+ }
93
+
94
+ .font-size-20-5xl {
95
+ font-size: var(--font-size-20);
96
+ }
97
+ }
@@ -4,6 +4,8 @@
4
4
 
5
5
  @import './align.css';
6
6
  @import './break.css';
7
+ @import './size-variables.css';
8
+ @import './size.css';
7
9
  @import './style.css';
8
10
  @import './transform.css';
9
11
  @import './weight.css';
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import './align.css';
6
6
  @import './break.css';
7
+ @import './size.css';
7
8
  @import './style.css';
8
9
  @import './transform.css';
9
10
  @import './weight.css';
@@ -0,0 +1,97 @@
1
+ /* =========================================================================== *\
2
+ Font size utilities
3
+ \* =========================================================================== */
4
+
5
+ @media (--m-lg) {
6
+ .font-size-000-lg {
7
+ font-size: var(--font-size-000);
8
+ }
9
+
10
+ .font-size-00-lg {
11
+ font-size: var(--font-size-00);
12
+ }
13
+
14
+ .font-size-0-lg {
15
+ font-size: var(--font-size-0);
16
+ }
17
+
18
+ .font-size-1-lg {
19
+ font-size: var(--font-size-1);
20
+ }
21
+
22
+ .font-size-2-lg {
23
+ font-size: var(--font-size-2);
24
+ }
25
+
26
+ .font-size-3-lg {
27
+ font-size: var(--font-size-3);
28
+ }
29
+
30
+ .font-size-4-lg {
31
+ font-size: var(--font-size-4);
32
+ }
33
+
34
+ .font-size-5-lg {
35
+ font-size: var(--font-size-5);
36
+ }
37
+
38
+ .font-size-6-lg {
39
+ font-size: var(--font-size-6);
40
+ }
41
+
42
+ .font-size-7-lg {
43
+ font-size: var(--font-size-7);
44
+ }
45
+
46
+ .font-size-8-lg {
47
+ font-size: var(--font-size-8);
48
+ }
49
+
50
+ .font-size-9-lg {
51
+ font-size: var(--font-size-9);
52
+ }
53
+
54
+ .font-size-10-lg {
55
+ font-size: var(--font-size-10);
56
+ }
57
+
58
+ .font-size-11-lg {
59
+ font-size: var(--font-size-11);
60
+ }
61
+
62
+ .font-size-12-lg {
63
+ font-size: var(--font-size-12);
64
+ }
65
+
66
+ .font-size-13-lg {
67
+ font-size: var(--font-size-13);
68
+ }
69
+
70
+ .font-size-14-lg {
71
+ font-size: var(--font-size-14);
72
+ }
73
+
74
+ .font-size-15-lg {
75
+ font-size: var(--font-size-15);
76
+ }
77
+
78
+ .font-size-16-lg {
79
+ font-size: var(--font-size-16);
80
+ }
81
+
82
+ .font-size-17-lg {
83
+ font-size: var(--font-size-17);
84
+ }
85
+
86
+ .font-size-18-lg {
87
+ font-size: var(--font-size-18);
88
+ }
89
+
90
+ .font-size-19-lg {
91
+ font-size: var(--font-size-19);
92
+ }
93
+
94
+ .font-size-20-lg {
95
+ font-size: var(--font-size-20);
96
+ }
97
+ }
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import './align.css';
6
6
  @import './break.css';
7
+ @import './size.css';
7
8
  @import './style.css';
8
9
  @import './transform.css';
9
10
  @import './weight.css';
@@ -0,0 +1,97 @@
1
+ /* =========================================================================== *\
2
+ Font size utilities
3
+ \* =========================================================================== */
4
+
5
+ @media (--m-md) {
6
+ .font-size-000-md {
7
+ font-size: var(--font-size-000);
8
+ }
9
+
10
+ .font-size-00-md {
11
+ font-size: var(--font-size-00);
12
+ }
13
+
14
+ .font-size-0-md {
15
+ font-size: var(--font-size-0);
16
+ }
17
+
18
+ .font-size-1-md {
19
+ font-size: var(--font-size-1);
20
+ }
21
+
22
+ .font-size-2-md {
23
+ font-size: var(--font-size-2);
24
+ }
25
+
26
+ .font-size-3-md {
27
+ font-size: var(--font-size-3);
28
+ }
29
+
30
+ .font-size-4-md {
31
+ font-size: var(--font-size-4);
32
+ }
33
+
34
+ .font-size-5-md {
35
+ font-size: var(--font-size-5);
36
+ }
37
+
38
+ .font-size-6-md {
39
+ font-size: var(--font-size-6);
40
+ }
41
+
42
+ .font-size-7-md {
43
+ font-size: var(--font-size-7);
44
+ }
45
+
46
+ .font-size-8-md {
47
+ font-size: var(--font-size-8);
48
+ }
49
+
50
+ .font-size-9-md {
51
+ font-size: var(--font-size-9);
52
+ }
53
+
54
+ .font-size-10-md {
55
+ font-size: var(--font-size-10);
56
+ }
57
+
58
+ .font-size-11-md {
59
+ font-size: var(--font-size-11);
60
+ }
61
+
62
+ .font-size-12-md {
63
+ font-size: var(--font-size-12);
64
+ }
65
+
66
+ .font-size-13-md {
67
+ font-size: var(--font-size-13);
68
+ }
69
+
70
+ .font-size-14-md {
71
+ font-size: var(--font-size-14);
72
+ }
73
+
74
+ .font-size-15-md {
75
+ font-size: var(--font-size-15);
76
+ }
77
+
78
+ .font-size-16-md {
79
+ font-size: var(--font-size-16);
80
+ }
81
+
82
+ .font-size-17-md {
83
+ font-size: var(--font-size-17);
84
+ }
85
+
86
+ .font-size-18-md {
87
+ font-size: var(--font-size-18);
88
+ }
89
+
90
+ .font-size-19-md {
91
+ font-size: var(--font-size-19);
92
+ }
93
+
94
+ .font-size-20-md {
95
+ font-size: var(--font-size-20);
96
+ }
97
+ }
@@ -0,0 +1,31 @@
1
+ /* =========================================================================== *
2
+ Variables for the font sizes
3
+ * =========================================================================== */
4
+
5
+ /* :where() is used to give the variables no specificity so that they are easily overriden. https://developer.mozilla.org/en-US/docs/Web/CSS/:where */
6
+
7
+ :where(html) {
8
+ --font-size-000: 0.5rem;
9
+ --font-size-00: 0.75rem;
10
+ --font-size-0: 0.875rem;
11
+ --font-size-1: 1rem;
12
+ --font-size-2: 1.1rem;
13
+ --font-size-3: 1.2rem;
14
+ --font-size-4: 1.3rem;
15
+ --font-size-5: 1.4rem;
16
+ --font-size-6: 1.5rem;
17
+ --font-size-7: 1.6rem;
18
+ --font-size-8: 1.7rem;
19
+ --font-size-9: 1.8rem;
20
+ --font-size-10: 1.9rem;
21
+ --font-size-11: 2rem;
22
+ --font-size-12: 2.5rem;
23
+ --font-size-13: 3rem;
24
+ --font-size-14: 3.5rem;
25
+ --font-size-15: 4rem;
26
+ --font-size-16: 4.5rem;
27
+ --font-size-17: 5rem;
28
+ --font-size-18: 6rem;
29
+ --font-size-19: 7rem;
30
+ --font-size-20: 8rem;
31
+ }