This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/assets/css/app.scss b/assets/css/app.scss | |
index a475031..349e5e3 100644 | |
--- a/assets/css/app.scss | |
+++ b/assets/css/app.scss | |
@@ -1,5 +1,9 @@ | |
/* This file is for your main application css. */ | |
@import "./phoenix.css"; | |
+$fa-font-path: '~@fortawesome/fontawesome-free/webfonts'; | |
+@import '~@fortawesome/fontawesome-free/scss/fontawesome'; | |
+@import '~@fortawesome/fontawesome-free/scss/solid'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/assets/css/app.scss b/assets/css/app.scss | |
index a475031..349e5e3 100644 | |
--- a/assets/css/app.scss | |
+++ b/assets/css/app.scss | |
@@ -1,5 +1,9 @@ | |
/* This file is for your main application css. */ | |
@import "./phoenix.css"; | |
+$fa-font-path: '~@fortawesome/fontawesome-free/webfonts'; | |
+@import '~@fortawesome/fontawesome-free/scss/fontawesome'; | |
+@import '~@fortawesome/fontawesome-free/scss/solid'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mix.install([ | |
{:ecto_sql, "~> 3.10"}, | |
{:ecto_sqlite3, ">= 0.12.0"}, | |
{:exqlite, ">= 0.0.0"} | |
]) | |
Application.put_env(:foo, Repo, database: ":memory:", pool_size: 1) | |
defmodule Repo do | |
use Ecto.Repo, |
OlderNewer