mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-20 05:06:20 +01:00
Fix: include new backdrop-blur-xs option (#5030)
This commit is contained in:
parent
a3b693e2b6
commit
fa28a11658
@ -78,7 +78,7 @@ background:
|
|||||||
You can apply a blur filter to the service & bookmark cards. Note this option is incompatible with the background blur, saturate and brightness filters.
|
You can apply a blur filter to the service & bookmark cards. Note this option is incompatible with the background blur, saturate and brightness filters.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cardBlur: sm # sm, "", md, etc... see https://tailwindcss.com/docs/backdrop-blur
|
cardBlur: xs # xs, md, etc... see https://tailwindcss.com/docs/backdrop-blur
|
||||||
```
|
```
|
||||||
|
|
||||||
## Favicon
|
## Favicon
|
||||||
|
@ -16,6 +16,7 @@ import nextI18nextConfig from "../../next-i18next.config";
|
|||||||
const tailwindSafelist = [
|
const tailwindSafelist = [
|
||||||
// TODO: remove pending https://github.com/tailwindlabs/tailwindcss/pull/17147
|
// TODO: remove pending https://github.com/tailwindlabs/tailwindcss/pull/17147
|
||||||
"backdrop-blur",
|
"backdrop-blur",
|
||||||
|
"backdrop-blur-xs",
|
||||||
"backdrop-blur-sm",
|
"backdrop-blur-sm",
|
||||||
"backdrop-blur-md",
|
"backdrop-blur-md",
|
||||||
"backdrop-blur-xl",
|
"backdrop-blur-xl",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user