Skip to content

Commit 1bd715b

Browse files
markusantonwolfmarkusantonwolf
markusantonwolf
authored and
markusantonwolf
committed
New example + new option
1 parent 6f63bd5 commit 1bd715b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The drop shadow utility uses CSS custom properties to make it easier to define y
4444

4545
```html
4646
<div class="drop-shadow drop-shadow-xl drop-shadow-gray-100"></div>
47-
<div class="backdrop-blur-5"></div>
47+
<div class="bg-blur-5"></div>
4848
<div class="blur-5"></div>
4949
```
5050

@@ -68,7 +68,7 @@ module.exports = {
6868
plugins: [
6969
require("@markusantonwolf/tailwindcss-filters")({
7070
variants: ["responsive"],
71-
utilities: ["drop-shadow", "blur", "backdrop-blur"],
71+
utilities: ["drop-shadow", "blur", "backdrop-blur", "bg-blur"],
7272
debug: false,
7373
}),
7474
]

0 commit comments

Comments
 (0)