Skip to content

Commit

Permalink
Remove default heading tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
quadule committed Oct 20, 2021
1 parent 372da8a commit f67326b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions _sass/leap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,6 @@ $text-size: (
6: 0.875rem
);

$text-tracking: (
0: 1.4px,
1: 1.3px,
2: 1.2px,
3: 1px
);

$gotham: "Gotham Rounded A", "Gotham Rounded B", "Helvetica", Helvetica, Arial, sans-serif;
$bold: 500;

Expand Down
6 changes: 0 additions & 6 deletions _sass/leap/atoms/_typography.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ h1, h2, h3, h4, h5, h6
@for $num from 0 through 6
h#{$num}
font-size: text-size($num)
letter-spacing: text-tracking($num)

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

// Iterate through each text-size to add letter-spacing
@each $size, $number in $text-tracking
.text-#{$size}-#{$suffix}
letter-spacing: #{$number} !important

// Adds the media queries to the header mixin
@mixin header-classes($suffix, $media: null)

Expand Down
1 change: 0 additions & 1 deletion _sass/leap/functions/_all.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import spacing
@import transition
@import text-size
@import text-tracking
@import border-vars
@import form-feedback-vars
@import ui-color
Expand Down
3 changes: 0 additions & 3 deletions _sass/leap/functions/_text-tracking.sass

This file was deleted.

0 comments on commit f67326b

Please sign in to comment.