Commit f3fd4aba authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Update SASS comments

parent ce7ce399
@use "sass:color"; @use "sass:color";
// Greys // Greys (layout colors)
// These may be used for non-textual styling of components and elements
$white: #fff !default; $white: #fff !default;
// Interim color variable for migration purposes. // Interim color variable for migration purposes.
...@@ -34,12 +34,13 @@ $grey-6: #3f3f3f; ...@@ -34,12 +34,13 @@ $grey-6: #3f3f3f;
$grey-7: #202020; $grey-7: #202020;
// Colors // Text colors
$color-text: $grey-7; $color-text: $grey-7;
$color-text-light: $grey-5; $color-text-light: $grey-5;
// Text color when used on a dark background // Text color when used on a dark background
$color-text-inverted: $grey-1; $color-text-inverted: $grey-1;
// Other colors
$color-success: #00a36d; $color-success: #00a36d;
$color-notice: #fbc168; $color-notice: #fbc168;
$color-error: #d93c3f; $color-error: #d93c3f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment