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

package.dist.cjs.theme.tokens.radius.cjs Maven / Gradle / Ivy

"use strict";
'use strict';

var config = require('../../styled-system/config.cjs');

const radii = config.defineTokens.radii({
  none: { value: "0" },
  "2xs": { value: "0.0625rem" },
  xs: { value: "0.125rem" },
  sm: { value: "0.25rem" },
  md: { value: "0.375rem" },
  lg: { value: "0.5rem" },
  xl: { value: "0.75rem" },
  "2xl": { value: "1rem" },
  "3xl": { value: "1.5rem" },
  "4xl": { value: "2rem" },
  full: { value: "9999px" }
});

exports.radii = radii;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy