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

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.9.6. 14 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.9.6/code/assets/css/tailwind/input.css
- Raw: https://pluginprobe.com/plugins/subscription/1.9.6/raw/assets/css/tailwind/input.css
- Modified: 2025-11-09T05:44:34+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.9.6/code/assets/css/tailwind/input.css#L10-L20`.

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

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

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

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

```
