@nattstack/ui 0.0.17 → 0.0.19
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.
- package/dist/baseline/index.css +0 -21
- package/package.json +1 -1
package/dist/baseline/index.css
CHANGED
|
@@ -15,14 +15,12 @@
|
|
|
15
15
|
Global html defaults
|
|
16
16
|
- Prevent automatic text resizing
|
|
17
17
|
- Match native UI to the active color scheme
|
|
18
|
-
- Allow size interpolation for keywords such as auto
|
|
19
18
|
- Disable extra gestures such as double-tap to zoom
|
|
20
19
|
*/
|
|
21
20
|
html {
|
|
22
21
|
-moz-text-size-adjust: none;
|
|
23
22
|
-webkit-text-size-adjust: none;
|
|
24
23
|
color-scheme: light dark;
|
|
25
|
-
interpolate-size: allow-keywords;
|
|
26
24
|
text-size-adjust: none;
|
|
27
25
|
touch-action: manipulation;
|
|
28
26
|
}
|
|
@@ -103,25 +101,6 @@ h6 {
|
|
|
103
101
|
text-wrap: balance;
|
|
104
102
|
}
|
|
105
103
|
|
|
106
|
-
/*
|
|
107
|
-
Default heading typography
|
|
108
|
-
*/
|
|
109
|
-
h1 {
|
|
110
|
-
font-size: 5.6rem;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
h2 {
|
|
114
|
-
font-size: 3.6rem;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
h3 {
|
|
118
|
-
font-size: 3rem;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
h4 {
|
|
122
|
-
font-size: 2rem;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
104
|
/*
|
|
126
105
|
Improve paragraph wrapping for readability
|
|
127
106
|
*/
|