css-zero 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5d4d17fb32c6c3bfd5762fcc8343faee461b303382b2f99a36b8d45ad31eba2
|
4
|
+
data.tar.gz: 8e77a9d7121a81064b67cc28bca86d0b3fe41d7ba8add75e973a84fc83d45cb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb0ed49bdd5bd806f10720b998cefcffbf781cd4507fa67f07e75812eb73d87bdb1df7b4d237aee347d7f732ac6eed97582bbe41b423a19459cbbfae8b4ec800
|
7
|
+
data.tar.gz: 2c85562ca2d1a2f893cd29333d2a3099babc649a48cde4575ae5bf08ae950a3ce62226c9a9bb040f3701d37b2785b4e051290a281a3b49dbf417466475b1768d
|
@@ -18,8 +18,8 @@
|
|
18
18
|
--text-8xl: 6rem; /* 96px */
|
19
19
|
--text-9xl: 8rem; /* 128px */
|
20
20
|
|
21
|
-
--text-sm-responsive: clamp(0.
|
22
|
-
--text-base-responsive: clamp(1rem, 2.5cqi, 1.
|
21
|
+
--text-sm-responsive: clamp(0.875rem, 2cqi, 1rem);
|
22
|
+
--text-base-responsive: clamp(1rem, 2.5cqi, 1.5rem);
|
23
23
|
--text-lg-responsive: clamp(1.25rem, 4cqi, 1.875rem);
|
24
24
|
--text-xl-responsive: clamp(1.875rem, 5cqi, 3rem);
|
25
25
|
|
data/lib/css_zero/version.rb
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
font-size: var(--text-base-responsive);
|
3
3
|
max-inline-size: 65ch;
|
4
4
|
|
5
|
+
/* Antialiased fonts */
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
-webkit-font-smoothing: antialiased;
|
8
|
+
|
5
9
|
:is(h1, h2, h3, h4, h5, h6) {
|
6
10
|
font-weight: 800;
|
7
11
|
hyphens: auto;
|
@@ -13,7 +17,7 @@
|
|
13
17
|
}
|
14
18
|
|
15
19
|
h1 {
|
16
|
-
font-size:
|
20
|
+
font-size: 2.25em;
|
17
21
|
}
|
18
22
|
|
19
23
|
h2 {
|
@@ -21,7 +25,7 @@
|
|
21
25
|
}
|
22
26
|
|
23
27
|
h3 {
|
24
|
-
font-size: 1.
|
28
|
+
font-size: 1.125em;
|
25
29
|
}
|
26
30
|
|
27
31
|
h4 {
|
@@ -29,11 +33,11 @@
|
|
29
33
|
}
|
30
34
|
|
31
35
|
h5 {
|
32
|
-
font-size: 0.
|
36
|
+
font-size: 0.875em;
|
33
37
|
}
|
34
38
|
|
35
39
|
h6 {
|
36
|
-
font-size: 0.
|
40
|
+
font-size: 0.75em;
|
37
41
|
}
|
38
42
|
|
39
43
|
:is(ul, ol, menu) {
|
@@ -127,6 +131,7 @@
|
|
127
131
|
}
|
128
132
|
|
129
133
|
a {
|
134
|
+
font-weight: 500;
|
130
135
|
text-decoration: underline;
|
131
136
|
text-decoration-skip-ink: auto;
|
132
137
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: css-zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lázaro Nixon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: lazaronixon@hotmail.com
|