package.dist.esm.theme.tokens.borders.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
Responsive and accessible React UI components built with React and Emotion
The newest version!
"use strict";
import { defineTokens } from '../../styled-system/config.js';
const borders = defineTokens.borders({
xs: { value: "0.5px solid" },
sm: { value: "1px solid" },
md: { value: "2px solid" },
lg: { value: "4px solid" },
xl: { value: "8px solid" }
});
export { borders };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy