UNPKG

@empathyco/x-tailwindcss

Version:
12 lines (11 loc) 358 B
import type { CSSRuleObject } from 'tailwindcss/types/config'; import type { TailwindHelpers } from '../types'; /** * Default utility styles. * * @param helpers - A set of tailwind helpers to create the utilities. * @returns All the styles for each utility. * * @public */ export default function utilities({ theme }: TailwindHelpers): CSSRuleObject;