-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Hi team,
I noticed that the ZIP file for version v1.13.1 appears to have an unexpected folder structure.
After downloading from:
👉 https://github.com/twbs/icons/releases/download/v1.13.1/bootstrap-icons-1.13.1.zip
I ran:
unzip -l bootstrap-icons-1.13.1.zip | grep cssand got:
2757 2025-05-10 06:58 bootstrap-icons-1.13.1/filetype-scss.svg
99556 2025-05-10 06:58 bootstrap-icons-1.13.1/bootstrap-icons.css
58496 2025-05-10 06:58 bootstrap-icons-1.13.1/bootstrap-icons.scss
87008 2025-05-10 06:58 bootstrap-icons-1.13.1/bootstrap-icons.min.css
1552 2025-05-10 06:58 bootstrap-icons-1.13.1/css.svg
2093 2025-05-10 06:58 bootstrap-icons-1.13.1/filetype-css.svg
However, according to the repository structure on
👉 https://github.com/twbs/icons/tree/main/font
the bootstrap-icons.css, bootstrap-icons.min.css, and bootstrap-icons.scss files should normally be under the font/ directory.
This suggests that the v1.13.1 ZIP archive might not have been packaged correctly, as the CSS and SCSS files are placed at the root instead of within the font/ subdirectory.
Steps to reproduce:
- Download the ZIP file from the v1.13.1 release link above.
- Unzip and inspect the folder structure.
- Observe that CSS/SCSS files are located directly under
bootstrap-icons-1.13.1/, not underfont/.
Expected behavior:
The CSS and SCSS files should be inside bootstrap-icons-1.13.1/font/, consistent with the repository layout and previous releases.
Environment:
- Release:
v1.13.1 - OS: (Ubuntu / macOS / Windows)
- Command-line unzip utility