Upgrade Prettier

This commit is contained in:
Ken Powers
2020-01-08 12:44:54 -05:00
committed by Scott Nonnenberg
parent d14c8e2277
commit 0d3b390129
57 changed files with 1074 additions and 1574 deletions
+3 -3
View File
@@ -136,7 +136,7 @@ $conversation-colors: (
'teal': $color-conversation-teal,
'green': $color-conversation-green,
'light_green': $color-conversation-light_green,
'blue_grey': $color-conversation-blue_grey
'blue_grey': $color-conversation-blue_grey,
);
$conversation-colors-tint: (
'red': $color-conversation-red-tint,
@@ -149,7 +149,7 @@ $conversation-colors-tint: (
'teal': $color-conversation-teal-tint,
'green': $color-conversation-green-tint,
'light_green': $color-conversation-light_green-tint,
'blue_grey': $color-conversation-blue_grey-tint
'blue_grey': $color-conversation-blue_grey-tint,
);
$conversation-colors-shade: (
'red': $color-conversation-red-shade,
@@ -162,7 +162,7 @@ $conversation-colors-shade: (
'teal': $color-conversation-teal-shade,
'green': $color-conversation-green-shade,
'light_green': $color-conversation-light_green-shade,
'blue_grey': $color-conversation-blue_grey-shade
'blue_grey': $color-conversation-blue_grey-shade,
);
// -- Non-V3 colors