Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 of 15 tasks
OiYouYeahYou opened this issue May 2, 2024 · 0 comments · Fixed by #2118
Closed
3 of 15 tasks

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

OiYouYeahYou opened this issue May 2, 2024 · 0 comments · Fixed by #2118
Labels
🐛 bug Something isn't working 🌍 site Has to do something with the Lucide website

Comments

@OiYouYeahYou
Copy link

Browser

  • Chrome/Chromium
  • Firefox
  • Safari
  • Edge
  • iOS Safari
  • Opera
  • Other/not relevant

Operating system

  • Windows
  • Linux
  • macOS
  • ChromeOS
  • iOS
  • Android
  • Other/not relevant

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

  • I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
@OiYouYeahYou OiYouYeahYou added 🌍 site Has to do something with the Lucide website 🐛 bug Something isn't working labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌍 site Has to do something with the Lucide website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant