Skip to content

Commit e9b3844

Browse files
committed
Remove 404ing fontawesome version-only sass import
Page rendering blocks on a request to theupdateframework.io/css/5.12.0 until it 404s (takes +6s on my box). This commit removes the corresponding sass url import, as it seems irrelevant (the corresponding resource does not exist and the desired font stylesheet is actually loaded in the subsequent line). Signed-off-by: Lukas Puehringer <[email protected]>
1 parent 28863ac commit e9b3844

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/sass/style.sass

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
@import url({{ $fontsUrl }})
1212
{{ end }}
1313

14-
@import url({{ $fontAwesomeVersion }})
15-
1614
{{ with $fontAwesomeVersion }}
1715
{{ $fontAwesomeUrl := printf "https://use.fontawesome.com/releases/v%s/css/all.css" . }}
1816
@import url({{ $fontAwesomeUrl }})

0 commit comments

Comments
 (0)