We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c4bd8 commit 9211599Copy full SHA for 9211599
1 file changed
scss/utilities/_utilities.scss
@@ -216,11 +216,20 @@ $utilities: map-merge($utilities, (
216
"additional-background-color": (
217
property: background-color,
218
class: bg,
219
+ local-vars: (
220
+ "bg-opacity": 1
221
+ ),
222
values: (
- "current": currentColor,
223
"accent": rgba(var(--#{$prefix}accent-bg-rgb), var(--#{$prefix}bg-opacity)),
224
)
225
),
226
+ "static-background-color": (
227
+ property: background-color,
228
+ class: bg,
229
+ values: (
230
+ "current": currentColor,
231
+ )
232
233
"bg-opacity": map-merge(
234
map-get($utilities, "bg-opacity"),
235
(
0 commit comments