File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
${{ name }} -font: "{{ name }} " !default;
2
2
${{ name }} -font-dir: "{{ fontsUrl }} " !default;
3
3
${{ name }} -font-file: #{${{ name }} -font-dir}/#{${{ name }} -font} !default;
4
- ${{ name }} -font-hash: "{{ hash }} " !default;
4
+ ${{ name }} -font-hash: "8d200481aa7f02a2d63a331fc782cfaf " !default;
5
5
${{ name }} -font-src: url("#{${{ name }} -font-file}.woff2?#{${{ name }} -font-hash}") format("woff2"), url("#{${{ name }} -font-file}.woff?#{${{ name }} -font-hash}") format("woff") !default;
6
6
7
7
@font-face {
Original file line number Diff line number Diff line change 1
1
$bootstrap-icons-font : " bootstrap-icons" !default ;
2
- $bootstrap-icons-fonts -dir : " ./fonts" !default ;
3
- $bootstrap-icons-font-file : #{$bootstrap-icons-fonts -dir } / #{$bootstrap-icons-font } !default ;
2
+ $bootstrap-icons-font -dir : " ./fonts" !default ;
3
+ $bootstrap-icons-font-file : #{$bootstrap-icons-font -dir } / #{$bootstrap-icons-font } !default ;
4
4
$bootstrap-icons-font-hash : " 8d200481aa7f02a2d63a331fc782cfaf" !default ;
5
5
$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 ;
6
6
You can’t perform that action at this time.
0 commit comments