Skip to content

Commit

Permalink
D8CORE-1259: Add cool grey color variables and update package.json (#614
Browse files Browse the repository at this point in the history
)

* D8CORE-1259: Add cool grey color variables and update package.json
* Remove obsoleted colors KSS file.
  • Loading branch information
sherakama authored Feb 6, 2020
1 parent 21ca969 commit 6c92eb4
Show file tree
Hide file tree
Showing 4 changed files with 1,331 additions and 938 deletions.
44 changes: 0 additions & 44 deletions core/src/scss/core/colors/index.scss

This file was deleted.

24 changes: 24 additions & 0 deletions core/src/scss/utilities/variables/core/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ $su-color-cardinal-red: #8c1515 !default;
/// @group variable
$su-color-cool-grey: #4d4f53 !default;

///
/// @name $su-color-cool-grey-75
///
/// @group variable
$su-color-cool-grey-75: #7a7b7e !default;

///
/// @name $su-color-cool-grey-50
///
/// @group variable
$su-color-cool-grey-50: #a6a7a9 !default;

///
/// @name $su-color-cool-grey-25
///
/// @group variable
$su-color-cool-grey-25: #d2d3d4 !default;

///
/// @name $su-color-cool-grey-15
///
/// @group variable
$su-color-cool-grey-15: #e5e5e5 !default;

//
/// @name $su-color-white
///
Expand Down
Loading

0 comments on commit 6c92eb4

Please sign in to comment.