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

package.dist.esm.theme.tokens.line-heights.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 lineHeights = defineTokens.lineHeights({
  shorter: { value: 1.25 },
  short: { value: 1.375 },
  moderate: { value: 1.5 },
  tall: { value: 1.625 },
  taller: { value: 2 }
});

export { lineHeights };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy