| 1 |
@layer theme, base, components, utilities; |
| 2 |
|
| 3 |
@import "tailwindcss/theme.css" layer(theme); |
| 4 |
|
| 5 |
@source "../../../includes/**/*.php"; |
| 6 |
@source "../../../templates/**/*.php"; |
| 7 |
|
| 8 |
.wpsubs-tw-root { |
| 9 |
@import "tailwindcss/preflight.css" layer(base); |
| 10 |
@import "tailwindcss/utilities.css" layer(utilities); |
| 11 |
} |
| 12 |
|
| 13 |
@plugin "daisyui" { |
| 14 |
themes: light --default; |
| 15 |
root: ".wpsubs-tw-root"; |
| 16 |
} |
| 17 |
|