Skip to content

Commit

Permalink
fix: add bg color options
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaRybkina committed Mar 27, 2023
1 parent 4b800f8 commit db7f439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_rules/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ export const textColors = [
export const bgColors = [
['bg', { 'background-color': 'var(--w-background-color)' }],
['bg-subtle', { 'background-color': 'var(--w-background-color-subtle)' }],
['bg-inherit', { 'background-color': 'inherit' }],
['bg-transparent', { 'background-color': 'transparent' }],
['bg-current', { 'background-color': 'currentColor' }],
];

0 comments on commit db7f439

Please sign in to comment.