angular-tailwind-components 1.0.7 → 1.0.8
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,10 +24,13 @@ npm install angular-tailwind-components
|
|
|
24
24
|
Your consuming project must have **Tailwind CSS v4** configured. Add the library's theme tokens to your main stylesheet:
|
|
25
25
|
|
|
26
26
|
```css
|
|
27
|
-
@import 'tailwindcss';
|
|
28
27
|
@import 'angular-tailwind-components/styles/tailwind.css';
|
|
29
28
|
```
|
|
30
29
|
|
|
30
|
+
this import contains the
|
|
31
|
+
```css
|
|
32
|
+
@import 'tailwindcss';
|
|
33
|
+
```
|
|
31
34
|
Or define your own theme tokens following the design system schema.
|
|
32
35
|
|
|
33
36
|
## Quick Start
|