Steps to reproduce
Make a custom callout, try to use a Lucide icon such as this one: Lucide | Lucide
Did you follow the troubleshooting guide? [Y/N]
Not applicable because the bug is directly related to CSS snippets, which is an edge case not handled by the procedure which involves disabling CSS snippets.
Expected result
The icon from Lucide to be used.
Actual result
The icon is not used.
Environment
SYSTEM INFO:
Obsidian version: v1.4.5
Installer version: v1.3.5
Operating system: Windows 10 Home 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 1
Restricted mode: off
Plugins installed: 1
Plugins enabled: 0
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Additional information
.callout[data-callout="custom-callout"] {
--callout-icon: lucide-swords;
}