Skip to content

Commit

Permalink
💄(theme) fix _theme.scss to comply with prettier 2.6.0
Browse files Browse the repository at this point in the history
Since prettier 2.6.0, an error occurred due to the position of a comment
  • Loading branch information
jbpenrath committed Mar 22, 2022
1 parent deb39cc commit 2af70ac
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/frontend/scss/colors/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Theme schemes

// Used from styleguide to build available scheme to demonstrate, used to create button variant
$r-theme: (
// Used from styleguide to build available scheme to demonstrate, used to create button variant
banner:
(
error: $firebrick6-scheme,
warning: $indianred3-scheme,
success: $azure2,
info: $battleship-grey-scheme,
),
banner: (
error: $firebrick6-scheme,
warning: $indianred3-scheme,
success: $azure2,
info: $battleship-grey-scheme,
),
base-schemes: (
primary: $firebrick6-scheme,
secondary: $indianred3-scheme,
Expand Down Expand Up @@ -460,7 +459,7 @@ $r-theme: (
icon-success-color: r-color('white'),
title-color: r-color('charcoal'),
subtitle-color: r-color(purplish-grey),
)
),
) !default;

// On a Richie child project you can easily change a specific value using:
Expand Down

0 comments on commit 2af70ac

Please sign in to comment.