26 lines
533 B
CSS
26 lines
533 B
CSS
/**
|
|
* 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";
|