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

package.dist.esm.theme.tokens.letter-spacing.js Maven / Gradle / Ivy

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

const letterSpacings = defineTokens.letterSpacings({
  tighter: { value: "-0.05em" },
  tight: { value: "-0.025em" },
  wide: { value: "0.025em" },
  wider: { value: "0.05em" },
  widest: { value: "0.1em" }
});

export { letterSpacings };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy