-
I installed Tailwind Steps, I followed:
Here's the starting of the output file *! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
/*!
Theme Name: WordPress + Tailwind
*/
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--default-font-family: var(--font-sans);
--default-mono-font-family: var(--font-mono);
}
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html, :host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
There is no "complete codes/classes". As per the documentation:
|
Beta Was this translation helpful? Give feedback.
-
For Gutenberg/Blocks Editor use-case, we have a simple and free workaround on https://github.com/wind-press/windpress |
Beta Was this translation helpful? Give feedback.
You don't need the first
@import "tailwindcss";
: