Skip to content

Commit 58b4a3b

Browse files
committed
docs: Update README.md import path for Yail CSS file
- Change CSS import from `@programmer_network/yail/dist/style.css` to `@programmer_network/yail/dist/yail.css`
1 parent 1d956a5 commit 58b4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To ensure proper styling with Tailwind CSS, include the CSS file generated by
6767
Yail in your project.
6868

6969
```css
70-
@import "@programmer_network/yail/dist/style.css";
70+
@import "@programmer_network/yail/dist/yail.css";
7171
```
7272

7373
Here's how you can import a component:

0 commit comments

Comments
 (0)