How to import Bootstrap icons with AssetMapper in Symfony 6.4/7.0?
I have already imported Bootstrap CSS + JS and it works. For icons I tried symfony console importmap:require [email protected]/font/bootstrap-icons.min.css found on jsDeliver, but it fails:
Unable to find the latest version for package "bootstrap-icons" - try specifying the version manually.
So I tried 1.11.0 (version from the Bootstrap website) but I get the same error.
Well it works without version mentioned:
symfony console importmap:require bootstrap-icons/font/bootstrap-icons.min.cssso that gets the latest version.