/* Stylesheet: tailwind.css */

/* 
https://tailwindcss.com/docs/functions-and-directives

IMPORTANT:
Be sure to remove these directives from your global CSS stylesheet.

Tailwind directives should only be included ONCE per project.
These directives should precede ALL Skeleton stylesheets.
*/

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
