lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
8.94k stars 380 forks source link

Documentation for icon font does not respect case sensitive systems #2117

Closed OiYouYeahYou closed 2 weeks ago

OiYouYeahYou commented 2 weeks ago

Browser

Operating system

Description

When looking at documentation for icon font, it recommends you import a file with an uppercase character in the path:

<style>
@import ('~lucide-static/font/Lucide.css');
</style>

Unfortunately, you package it lowercase and I've now spent far too long debugging why sass isn't working

Steps to reproduce

Change import statement to be all lowercase

Checklist