-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathglobal.css
More file actions
25 lines (23 loc) · 812 Bytes
/
global.css
File metadata and controls
25 lines (23 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/preflight.css" layer(base);
@import "tailwindcss/utilities.css";
@theme {
--text-xs--line-height: calc(1em / 0.75);
--text-sm--line-height: calc(1.25em / 0.875);
--text-base--line-height: calc(1.5em / 1);
--text-lg--line-height: calc(1.75em / 1.125);
--text-xl--line-height: calc(1.75em / 1.25);
--text-2xl--line-height: calc(2em / 1.5);
--text-3xl--line-height: calc(2.25em / 1.875);
--text-4xl--line-height: calc(2.5em / 2.25);
--text-5xl--line-height: 1em;
--text-6xl--line-height: 1em;
--text-7xl--line-height: 1em;
--text-8xl--line-height: 1em;
--text-9xl--line-height: 1em;
--leading-tight: 1.25em;
--leading-snug: 1.375em;
--leading-normal: 1.5em;
--leading-relaxed: 1.625em;
--leading-loose: 2em;
}