Skip to content

Commit

Permalink
fontawesome: prefix is redundant since classes are already prefixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg authored Jun 30, 2020
1 parent 336f52d commit 9df520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ val fomanticUiConfig =
val fontawesomeUiConfig =
CssDslConfig(
"Font Awesome",
Set(Some("fa")),
Set(None, Some("fa")),
latestTag("@fortawesome/fontawesome-free"),
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/" + _ + "/css/all.css"
)
Expand Down

0 comments on commit 9df520a

Please sign in to comment.