init commit

This commit is contained in:
2024-06-05 17:37:13 +00:00
commit 7a1361419a
52 changed files with 2693 additions and 0 deletions

16
tailwind/custom/base.css Normal file
View File

@@ -0,0 +1,16 @@
/**
* Custom styles to immediately follow Tailwinds `base` layer
*
* “Add things like base typography styles [or] opinionated global resets.”
*
* — from https://tailwindcss.com/docs/plugins#adding-base-styles
*/
/**
* This uses the background and foreground colors declared in the
* `theme.json` file and is applied both to the frontend and in the block
* editor.
*/
body {
@apply bg-background text-foreground font-sans;
}