Skip to content

Commit

Permalink
[bootstrap icons] use new minified css
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 30, 2023
1 parent 3df2cee commit e33ddbf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1,984 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ node_modules/@popperjs/
node_modules/bootstrap-icons/*
!node_modules/bootstrap-icons/font
node_modules/bootstrap-icons/font/*
!node_modules/bootstrap-icons/font/bootstrap-icons.css
!node_modules/bootstrap-icons/font/bootstrap-icons.min.css
!node_modules/bootstrap-icons/font/fonts
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include:
- node_modules/bootstrap/dist/js/bootstrap.min.js
- node_modules/bootstrap/dist/js/bootstrap.min.js.map
# bootstrap icons
- node_modules/bootstrap-icons/font/bootstrap-icons.css
- node_modules/bootstrap-icons/font/bootstrap-icons.min.css
- node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff
- node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2

Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<meta name="twitter:description" content="{{ page_description }}">

<link href="/font/ubuntuMono/ubuntuMono.css" rel="stylesheet">
<link href="/node_modules/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<link href="/node_modules/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">

{% include favicons.html %}
Expand Down

0 comments on commit e33ddbf

Please sign in to comment.