diff --git a/src/pages/docs/grayscale.mdx b/src/pages/docs/grayscale.mdx index 808c9ccc2..09738264c 100644 --- a/src/pages/docs/grayscale.mdx +++ b/src/pages/docs/grayscale.mdx @@ -20,10 +20,10 @@ export const classes = { ## Usage -Use the `grayscale` and `grayscale-0` utilities alongside the `backdrop-filter` utility to whether an element should be rendered as grayscale or in full color. +Use the `grayscale` and `grayscale-0` utilities alongside the `filter` utility to whether an element should be rendered as grayscale or in full color. ```html -
+
```