Skip to content

Commit

Permalink
Merge pull request #1132 from garman/add-bg-orange
Browse files Browse the repository at this point in the history
Add .bg-orange to the list of colors
  • Loading branch information
simurai committed Aug 3, 2020
2 parents d47c1fa + 9868f44 commit 744ffe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
.bg-pink { background-color: $bg-pink !important; }
/* Set the background to $bg-purple-light */
.bg-purple-light { background-color: $bg-purple-light !important; }
/* Set the background to $bg-orange */
.bg-orange { background-color: $bg-orange !important; }

// Generate a foreground and background utility for every shade of every hue
@each $hue, $shades in $hue-maps {
Expand Down

0 comments on commit 744ffe7

Please sign in to comment.