Skip to content

Commit

Permalink
Update bootstrap-icons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 22, 2023
1 parent ace55ee commit ea46c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font/bootstrap-icons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$bootstrap-icons-font: "bootstrap-icons" !default;
$bootstrap-icons-font-dir: "./fonts" !default;
$bootstrap-icons-font-file: "#{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font}" !default;
$bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default;
$bootstrap-icons-font-hash: "24e3eb84d0bcaf83d77f904c78ac1f47" !default;
$bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"),
url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default;
Expand Down

0 comments on commit ea46c09

Please sign in to comment.