Files
familiarosatheme/tailwind/tailwind.css
2025-03-06 15:19:05 +00:00

26 lines
756 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* This file outputs to `style.css`, your main front-end style sheet.
*
* You probably wont need to edit this file. Youre more likely to want to
* edit `./tailwind/tailwind-theme.css`, which contains your projects custom
* design tokens, or files in the `./tailwind/custom` folder.
*/
/**
* Because this file shares code with `tailwind-editor.css`, we import the
* shared code to avoid duplication.
*/
@import "./partials/header.css";
/**
* Add Tailwinds Preflight styles followed by your custom base styles.
*/
@import "tailwindcss/preflight";
@import "./custom/base.css";
/**
* Because this file shares code with `tailwind-editor.css`, we import the
* shared code to avoid duplication.
*/
@import "./partials/footer.css";