Skip to content

Commit bdaaf3c

Browse files
committed
tidy up comments in marketing/support/variables.scss
1 parent f09d35d commit bdaaf3c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/marketing/support/variables.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $marketing-font-path: "/fonts/" !default;
1919

2020
$font-mktg: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
2121

22-
// Builds upon primer-support/variables/typography.scss
22+
// Builds upon @primer/css/support/variables/typography.scss
2323
$h000-size: 64px !default;
2424
$h000-size-mobile: 48px !default;
2525

@@ -30,8 +30,9 @@ $blue-mktg: mix($blue-400, $blue-500, 42%) !default;
3030
// Animations
3131
$transition-time: 0.4s !default;
3232

33-
// Increases primer-core scale first by 8px for spacer-7 then by 16px step increments for spacer-8 to spacer-12
34-
// i.e. After 40px, we have 48, 64, 80, 96, etc.
33+
// Increases the core spacing scale first by 8px for $spacer-7, then by 16px
34+
// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,
35+
// 80, 96, etc.
3536
$spacer-7: $spacer * 6 !default; // 48px
3637
$spacer-8: $spacer * 8 !default; // 64px
3738
$spacer-9: $spacer * 10 !default; // 80px

0 commit comments

Comments
 (0)