Skip to content

Commit 9211599

Browse files
committed
accent color bug fix
1 parent a0c4bd8 commit 9211599

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

scss/utilities/_utilities.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,20 @@ $utilities: map-merge($utilities, (
216216
"additional-background-color": (
217217
property: background-color,
218218
class: bg,
219+
local-vars: (
220+
"bg-opacity": 1
221+
),
219222
values: (
220-
"current": currentColor,
221223
"accent": rgba(var(--#{$prefix}accent-bg-rgb), var(--#{$prefix}bg-opacity)),
222224
)
223225
),
226+
"static-background-color": (
227+
property: background-color,
228+
class: bg,
229+
values: (
230+
"current": currentColor,
231+
)
232+
),
224233
"bg-opacity": map-merge(
225234
map-get($utilities, "bg-opacity"),
226235
(

0 commit comments

Comments
 (0)