All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.theme.tokens.blurs.js Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
import { defineTokens } from '../../styled-system/config.js';

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" }
});

export { blurs };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy