# windpress/3.0.10/stubs/main.css

WindPress – Tailwind CSS integration for WordPress, version 3.0.10. 28 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.0.10/code/stubs/main.css
- Raw: https://pluginprobe.com/plugins/windpress/3.0.10/raw/stubs/main.css
- Modified: 2024-09-04T12:42:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/windpress/3.0.10/code/stubs/main.css#L10-L20`.

```css
@import "tailwindcss";

@theme {
    --color-primary: rgb(103, 58, 183);
    --color-secondary: rgb(149, 141, 165);

    --color-title: var(--color-gray-950);
    --color-content: var(--color-gray-900);
}

/* @plugin "https://esm.sh/@tailwindcss/typography"; */

/* @plugin "https://esm.sh/@tailwindcss/forms" {
    strategy: class,
} */

@layer base {
    /* ... */
}

@layer components {
    /* ... */
}

@layer utilities {
    /* ... */
}

```
