Blur
Blur tokens control the amount of gaussian blur applied. For more information on the default available blur utilities, visit Tailwind
@theme {
--blur-xs: 1px;
--blur-sm: 2px;
--blur-md: 4px;
--blur-lg: 8px;
--blur-xl: 12px;
--blur-2xl: 16px;
--blur-3xl: 24px;
}NameValue
xs1px
sm2px
md4px
lg8px
xl12px
2xl16px
3xl24px
Last updated on