@torch-ui/solid 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,12 +36,8 @@ For class-based dark mode (e.g. `<body class="dark">`), add the custom variant b
|
|
|
36
36
|
@import "@torchui/solid/styles/theme.css";
|
|
37
37
|
|
|
38
38
|
@custom-variant dark (&:where(.dark, .dark *));
|
|
39
|
-
|
|
40
|
-
@source "../node_modules/@torchui/solid/src/**/*.{ts,tsx}";
|
|
41
39
|
```
|
|
42
40
|
|
|
43
|
-
> **Note:** Adjust the `@source` path if your CSS file is not at `src/app.css` (e.g. in a monorepo the path may be `../../../packages/ui/src/**/*.{ts,tsx}`).
|
|
44
|
-
|
|
45
41
|
## Usage
|
|
46
42
|
|
|
47
43
|
```tsx
|