UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

12 lines (10 loc) 279 B
import theme from '@theme-ui/preset-tailwind'; export const borders = { ...(theme.borders && theme.borders), }; export const borderWidths = { ...(theme.borderWidths && theme.borderWidths), }; export const borderStyles = { ...(theme.borderStyles && theme.borderStyles), };