Init commit

This commit is contained in:
2025-03-06 15:19:05 +00:00
commit 03785483e8
58 changed files with 9792 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/**
* This file outputs to `style-editor.css`, your main block editor 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.css`, we import the shared code
* to avoid duplication.
*/
@import "./partials/header.css";
/**
* Add your custom base styles.
*/
@layer base {
@import "./custom/base.css";
}
/**
* Because this file shares code with `tailwind.css`, we import the shared code
* to avoid duplication.
*/
@import "./partials/footer.css";