Blur
v2.1+
Utilities for applying blur filters to an element.
Use the utilities alongside the filter
utility to blur an element.
For more information about Tailwind’s responsive design features, check out the Responsive Design documentation.
You can customize which utilities are generated using the blur
key in the theme
section of your tailwind.config.js
file.
Learn more about customizing the default theme in the .
You can control which variants are generated for the blur utilities by modifying the blur
property in the section of your tailwind.config.js
file.
For example, this config will also generate hover and focus variants:
Disabling
If you don’t plan to use the blur utilities in your project, you can disable them entirely by setting the blur
property to false
in the corePlugins
section of your config file: