# subscription/1.10.0/assets/css/tailwind/input.css

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.10.0. 17 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.10.0/code/assets/css/tailwind/input.css
- Raw: https://pluginprobe.com/plugins/subscription/1.10.0/raw/assets/css/tailwind/input.css
- Modified: 2026-05-21T12:44:58+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/subscription/1.10.0/code/assets/css/tailwind/input.css#L10-L20`.

```css
@layer theme, base, components, utilities;

@import "tailwindcss/theme.css" layer(theme);

@source "../../../includes/**/*.php";
@source "../../../templates/**/*.php";

.wpsubs-tw-root {
  @import "tailwindcss/preflight.css" layer(base);
  @import "tailwindcss/utilities.css" layer(utilities);
}

@plugin "daisyui" {
  themes: light --default;
  root: ".wpsubs-tw-root";
}

```
