# windpress/3.0.2/stubs/main.css

WindPress – Tailwind CSS integration for WordPress, version 3.0.2. 21 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.0.2/code/stubs/main.css
- Raw: https://pluginprobe.com/plugins/windpress/3.0.2/raw/stubs/main.css
- Modified: 2024-08-28T03:03:42+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.2/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);
}

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

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

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