Skip to content

Commit

Permalink
Update README.md (#1704)
Browse files Browse the repository at this point in the history
The readme lists the url below with uppercase L
@import ('~lucide-static/font/Lucide.css');

but the file in node_modules/lucide-static/font has a lowercase L making it fail on certain loaders like the one used by Storybook on MacOS.

The fix is simply to use lowercase
  • Loading branch information
Gionata Mettifogo authored Nov 28, 2023
1 parent 27c0a13 commit e5ee997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucide-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ and update the svg as follows
### Icon Font

```css
@import ('~lucide-static/font/Lucide.css');
@import ('~lucide-static/font/lucide.css');
```

```html
Expand Down

0 comments on commit e5ee997

Please sign in to comment.