Skip to content

Commit d8e7b13

Browse files
adds color vars to primer-marketing-support
1 parent 1467c71 commit d8e7b13

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/primer-marketing-buttons/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"publish": "../../script/notify success"
3232
},
3333
"dependencies": {
34+
"primer-marketing-support": "1.5.4",
3435
"primer-support": "4.7.0"
3536
},
3637
"keywords": [

modules/primer-marketing-support/lib/variables.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
$alt-body-font: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
33
$alt-mono-font: $mono-font;
44

5+
// Colors
6+
$blue-450: mix($blue-500, $blue-400, 50%);
7+
$green-450: mix($green-500, $green-400, 50%);
8+
59
// Increases primer-core scale first by 8px for spacer-7 then by 16px step increments for spacer-8 to spacer-12
610
// i.e. After 40px, we have 48, 64, 80, 96, etc.
711
$spacer-7: $spacer * 6; // 48px

0 commit comments

Comments
 (0)