@empathyco/x-tailwindcss
Version:
Empathy X Tailwind plugin
12 lines (11 loc) • 358 B
TypeScript
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;