[openstreetmap/openstreetmap-website] Bootstrap contextmenu (PR #6410)
mmd
notifications at github.com
Mon Sep 22 20:30:38 UTC 2025
@mmd-osm commented on this pull request.
> @@ -4,6 +4,9 @@
@import "rails_bootstrap_forms";
@import "colors";
+$bootstrap-icons-font-dir: "bootstrap-icons/font/fonts";
+ at import "bootstrap-icons/font/bootstrap-icons";
We seem to have a few icons by the same name in different locations. The ones I quickly checked turned out to have a different file contents. I haven't found any larger scale copying of bootstrap icons.
I was following the docs on https://icons.getbootstrap.com/ here, which has some details on how to use bootstrap icons along with Sass.
```
./app/assets/images/social_link_icons/tiktok.svg
./node_modules/osm-community-index/dist/img/tiktok.svg
./node_modules/bootstrap-icons/icons/tiktok.svg
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6410#discussion_r2370232533
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6410/review/3255089686 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250922/dc3012e2/attachment.htm>
More information about the rails-dev
mailing list