https://github.com/twbs/bootstrap
Revision 04a720bf7f266f3f17a551a99832929ee15908e6 authored by XhmikosR on 22 August 2023, 12:22:40 UTC, committed by XhmikosR on 05 March 2024, 18:34:45 UTC
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
1 parent 58880cf
Raw File
Tip revision: 04a720bf7f266f3f17a551a99832929ee15908e6 authored by XhmikosR on 22 August 2023, 12:22:40 UTC
dashboard: remove the unused bootstrap-icons.css
Tip revision: 04a720b
.gitignore
# Ignore docs files
/_site/
# Hugo files
/resources/
/.hugo_build.lock

# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~

# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
/.vscode/
# Local Netlify folder
.netlify

# Komodo
.komodotools
*.komodoproject

# Folders to ignore
/dist-sass/
/js/coverage/
/node_modules/
back to top