]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
dashboard: remove the unused bootstrap-icons.css
authorXhmikosR <xhmikosr@gmail.com>
Tue, 22 Aug 2023 12:22:40 +0000 (15:22 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 5 Mar 2024 18:34:45 +0000 (20:34 +0200)
We should revisit this later because it's a lot simpler for people
to just include the CSS than copy around tens of icons, even if it
leads to unused CSS

site/content/docs/5.3/examples/dashboard-rtl/index.html
site/content/docs/5.3/examples/dashboard/index.html

index ffdd9d100f892f25fbb4c0da753c1af800b80fe7..d0a71f67b7ab5893f87d5421b03d0b39205e5ca6 100644 (file)
@@ -3,7 +3,6 @@ layout: examples
 title: قالب لوحة القيادة
 direction: rtl
 extra_css:
-  - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css"
   - "../dashboard/dashboard.rtl.css"
 extra_js:
   - src: "https://cdn.jsdelivr.net/npm/chart.js@4.3.2/dist/chart.umd.js"
index d060048b6ab7d73a94732c9589f6c8c42816dbfa..508e8b8c4cca57b3502a46b27559319881dcc8c6 100644 (file)
@@ -2,7 +2,6 @@
 layout: examples
 title: Dashboard Template
 extra_css:
-  - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css"
   - "dashboard.css"
 extra_js:
   - src: "https://cdn.jsdelivr.net/npm/chart.js@4.3.2/dist/chart.umd.js"