We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fc5d6 commit 4f2e700Copy full SHA for 4f2e700
1 file changed
packages/backend/src/tailwind/tailwindConfig.ts
@@ -78,16 +78,14 @@ const fontSize = {
78
};
79
80
const lineHeight = {
81
- 0.75: "3",
82
- 1: "none",
83
- 1.25: "tight",
84
- 1.375: "snug",
85
- 1.5: "normal",
86
- 1.625: "relaxed",
87
- 2: "loose",
88
- 1.75: "7",
89
- 2.25: "9",
90
- 2.5: "10",
+ 0.75: "3", // 0.75rem
+ 1: "4", // 1rem
+ 1.25: "5", // 1.25rem
+ 1.5: "6", // 1.5rem
+ 1.75: "7", // 1.75rem
+ 2: "8", // 2rem
+ 2.25: "9", // 2.25rem
+ 2.5: "10", // 2.5rem
91
92
93
const letterSpacing = {
0 commit comments