Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
303 Bytes
import { defineTokens } from "../../styled-system"
export const blurs = defineTokens.blurs({
none: { value: " " },
sm: { value: "4px" },
md: { value: "8px" },
lg: { value: "12px" },
xl: { value: "16px" },
"2xl": { value: "24px" },
"3xl": { value: "40px" },
"4xl": { value: "64px" },
})