Skip to content

Commit

Permalink
Introduce gray 950
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Sep 11, 2023
1 parent 98bb40b commit 0e43e04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $gray-600: #999 !default;
$gray-700: #666 !default;
$gray-800: #595959 !default;
$gray-900: #333 !default;
$gray-950: #141414 !default;
$black: #000 !default;
// scss-docs-end gray-color-variables

Expand All @@ -30,7 +31,8 @@ $grays: (
"600": $gray-600,
"700": $gray-700,
"800": $gray-800,
"900": $gray-900
"900": $gray-900,
"950": $gray-950,
) !default;
// scss-docs-end gray-colors-map
// fusv-enable
Expand Down
2 changes: 2 additions & 0 deletions site/data/grays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
hex: "#595959"
- name: 900
hex: "#333"
- name: 950
hex: "#141414"
4 changes: 4 additions & 0 deletions site/data/palette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@
class: 900
hex: "#333"
variable: $gray-900
- name: 950
class: 950
hex: "#141414"
variable: $gray-950

0 comments on commit 0e43e04

Please sign in to comment.