@podoba/tailwind 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/package.json +1 -1
- package/src/theme.css +5 -1
package/package.json
CHANGED
package/src/theme.css
CHANGED
|
@@ -98,11 +98,15 @@
|
|
|
98
98
|
/* font sizes — size-only ramp */
|
|
99
99
|
--text-micro: var(--font-size-micro);
|
|
100
100
|
--text-caption: var(--font-size-caption);
|
|
101
|
+
--text-label: var(--font-size-label);
|
|
101
102
|
--text-compact: var(--font-size-compact);
|
|
103
|
+
--text-small: var(--font-size-small);
|
|
102
104
|
--text-callout: var(--font-size-callout);
|
|
103
105
|
--text-body: var(--font-size-body);
|
|
106
|
+
--text-subtitle: var(--font-size-subtitle);
|
|
107
|
+
--text-title: var(--font-size-title);
|
|
108
|
+
--text-headline: var(--font-size-headline);
|
|
104
109
|
--text-display: var(--font-size-display);
|
|
105
|
-
--text-display-xl: var(--font-size-display-xl);
|
|
106
110
|
|
|
107
111
|
/* font sizes — heading ramp (size + paired line-height) */
|
|
108
112
|
--text-heading1: var(--font-size-heading1);
|