Skip to content

Commit

Permalink
Use the minified font CSS in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 5, 2023
1 parent e454ce4 commit fc7f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/partials/stylesheet.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="/assets/font/bootstrap-icons.css">
<link rel="stylesheet" href="/assets/font/bootstrap-icons.min.css">

{{- $sassOptions := dict "targetPath" "assets/css/docs.css" "precision" 6 -}}
{{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}}
Expand Down

0 comments on commit fc7f38e

Please sign in to comment.