Skip to content

Commit f67326b

Browse files
committed
Remove default heading tracking
1 parent 372da8a commit f67326b

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

_sass/leap/_variables.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@ $text-size: (
157157
6: 0.875rem
158158
);
159159

160-
$text-tracking: (
161-
0: 1.4px,
162-
1: 1.3px,
163-
2: 1.2px,
164-
3: 1px
165-
);
166-
167160
$gotham: "Gotham Rounded A", "Gotham Rounded B", "Helvetica", Helvetica, Arial, sans-serif;
168161
$bold: 500;
169162

_sass/leap/atoms/_typography.sass

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ h1, h2, h3, h4, h5, h6
1616
@for $num from 0 through 6
1717
h#{$num}
1818
font-size: text-size($num)
19-
letter-spacing: text-tracking($num)
2019

2120
// Create text size classes
2221
@mixin header-size($suffix)
@@ -26,11 +25,6 @@ h1, h2, h3, h4, h5, h6
2625
.text-#{$size}-#{$suffix}
2726
font-size: #{$number} !important
2827

29-
// Iterate through each text-size to add letter-spacing
30-
@each $size, $number in $text-tracking
31-
.text-#{$size}-#{$suffix}
32-
letter-spacing: #{$number} !important
33-
3428
// Adds the media queries to the header mixin
3529
@mixin header-classes($suffix, $media: null)
3630

_sass/leap/functions/_all.sass

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import spacing
22
@import transition
33
@import text-size
4-
@import text-tracking
54
@import border-vars
65
@import form-feedback-vars
76
@import ui-color

_sass/leap/functions/_text-tracking.sass

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)