Init commit
This commit is contained in:
21
tailwind/partials/footer.css
Normal file
21
tailwind/partials/footer.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* Because this code is used in both `tailwind.css` and `tailwind-editor.css`,
|
||||
* we import it from here to avoid duplication.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Add Tailwind's component classes and any component classes registered by
|
||||
* plugins, then add custom component classes.
|
||||
*
|
||||
* The `components.css` file is located in a subfolder to allow for additional
|
||||
* components files from, e.g., vendor packages. Those files need to be
|
||||
* manually added below.
|
||||
*/
|
||||
@import "../custom/components/components.css";
|
||||
|
||||
/**
|
||||
* Add Tailwind's utility classes and any utility classes registered by
|
||||
* plugins, then add custom utility classes.
|
||||
*/
|
||||
@import "tailwindcss/utilities";
|
||||
@import "../custom/utilities.css";
|
||||
25
tailwind/partials/header.css
Normal file
25
tailwind/partials/header.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Because this code is used in both `tailwind.css` and `tailwind-editor.css`,
|
||||
* we import it from here to avoid duplication.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Add Tailwind Typography and a corresponding config file.
|
||||
*/
|
||||
@plugin "@_tw/typography";
|
||||
@config "../tailwind-typography.config.js";
|
||||
|
||||
/**
|
||||
* Add the WordPress file header.
|
||||
*/
|
||||
@import "../custom/file-header.css";
|
||||
|
||||
/**
|
||||
* Add both the default Tailwind theme and your custom theme.
|
||||
*/
|
||||
@import "../tailwind-theme.css";
|
||||
|
||||
/**
|
||||
* Add custom `@font-face` rules.
|
||||
*/
|
||||
@import "../custom/fonts.css";
|
||||
Reference in New Issue
Block a user