/*
  @crunch-ui/core - Component Library CSS

  IMPORTANT: This library does NOT bundle Tailwind utilities.
  The consuming application must:
  1. Have Tailwind CSS v4 configured
  2. Add @source directive to scan this package's files
  3. Add the tailwindcss-animate plugin

  Example in your app's CSS:
    @source "../node_modules/@crunch-ui/core/dist/*.mjs";
    @plugin 'tailwindcss-animate';
*/

/* This file is intentionally minimal - no Tailwind utilities bundled */
