Overview
Blur utilities are now bundled and mapped through the current framework source. They are most useful for decorative media, background plates, and softened support layers.| Class | Filter (CSS) | Usage |
|---|---|---|
.filter-none | filter: none; | Reset inherited blur or other filters |
.blur-sm | filter: blur(4px); | Light softening |
.blur | filter: blur(8px); | Default decorative blur |
.blur-md | filter: blur(12px); | Medium background plates |
.blur-lg | filter: blur(16px); | Strong blur for depth |
.blur-xl | filter: blur(24px); | Heavy blur for hero or frosted effects |
Example
Markup
Best Practices
- Use blur on decorative media, not on body text.
- Start with
blur-smorblurbefore moving into the heavier levels. - Pair blur with opacity and overlays for more controlled hero treatments.
- Use
filter-noneto intentionally reset inherited filter chains.
Related Utilities
Brightness
Pair blur with brightness adjustments on media
Saturate
Add or remove intensity after softening imagery

