Skip to content

Commit 7185f08

Browse files
committed
Indentation
1 parent 61f65dc commit 7185f08

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lib/css/exports/_stacks-constants-type.less

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ body {
9595
--ff-mono: @ff-mono;
9696
--theme-body-font-family: var(--ff-sans);
9797

98-
// ============================================================================
99-
// $ FONT SIZES (fs-)
100-
// Base font-size is 13px.
101-
// ----------------------------------------------------------------------------
98+
// ============================================================================
99+
// $ FONT SIZES (fs-)
100+
// Base font-size is 13px.
101+
// ----------------------------------------------------------------------------
102102
--fs-fine: 11px;
103103
--fs-caption: 12px;
104104
--fs-body1: 13px;
@@ -129,14 +129,14 @@ body {
129129

130130
--fs-base: 13px;
131131

132-
// ============================================================================
133-
// $ LINE HEIGHT (lh-)
134-
// ----------------------------------------------------------------------------
135-
// Need to remove the unit off the font-size to make line-height unitless
132+
// ============================================================================
133+
// $ LINE HEIGHT (lh-)
134+
// ----------------------------------------------------------------------------
135+
// Need to remove the unit off the font-size to make line-height unitless
136136
// FIXME this shouldn't be public. Find a way to use unitless `--fs-base`.
137137
--stacks-internals-lh-unit: 13;
138138

139-
// Now the various line-height variables
139+
// Now the various line-height variables
140140
--lh-xs: 1;
141141
--lh-sm: calc((var(--stacks-internals-lh-unit) + 2) / var(--stacks-internals-lh-unit));
142142
--lh-md: calc((var(--stacks-internals-lh-unit) + 4) / var(--stacks-internals-lh-unit));
@@ -146,8 +146,8 @@ body {
146146

147147
--lh-base: var(--lh-md);
148148

149-
// Holdover line-heights from production. These are NOT to be used and
150-
// need to be deprecated.
151-
// ----------------------------------------------------------------------------
149+
// Holdover line-heights from production. These are NOT to be used and
150+
// need to be deprecated.
151+
// ----------------------------------------------------------------------------
152152
--lh-6: ((var(--stacks-internals-lh-unit) + 6) / var(--stacks-internals-lh-unit));
153153
}

0 commit comments

Comments
 (0)