-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Phoenix Tailwind Hello World! dwyl/technology-stack#94 (comment)
- Loading branch information
Showing
8 changed files
with
112 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// See the Tailwind configuration guide for advanced usage | ||
// https://tailwindcss.com/docs/configuration | ||
module.exports = { | ||
content: [ | ||
'./js/**/*.js', | ||
'../lib/*_web.ex', | ||
'../lib/*_web/**/*.*ex' | ||
], | ||
theme: { | ||
extend: {}, | ||
}, | ||
plugins: [ | ||
require('@tailwindcss/forms') | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,3 @@ | ||
<section class="phx-hero"> | ||
<h1>Welcome to Phoenix!</h1> | ||
<p>Peace of mind from prototype to production</p> | ||
</section> | ||
|
||
<section class="row"> | ||
<article class="column"> | ||
<h2>Resources</h2> | ||
<ul> | ||
<li> | ||
<a href="https://hexdocs.pm/phoenix/overview.html">Guides & Docs</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/phoenixframework/phoenix">Source</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/phoenixframework/phoenix/blob/v1.6/CHANGELOG.md">v1.6 Changelog</a> | ||
</li> | ||
</ul> | ||
</article> | ||
<article class="column"> | ||
<h2>Help</h2> | ||
<ul> | ||
<li> | ||
<a href="https://elixirforum.com/c/phoenix-forum">Forum</a> | ||
</li> | ||
<li> | ||
<a href="https://web.libera.chat/#elixir">#elixir on Libera Chat (IRC)</a> | ||
</li> | ||
<li> | ||
<a href="https://twitter.com/elixirphoenix">Twitter @elixirphoenix</a> | ||
</li> | ||
<li> | ||
<a href="https://elixir-slackin.herokuapp.com/">Elixir on Slack</a> | ||
</li> | ||
<li> | ||
<a href="https://discord.gg/elixir">Elixir on Discord</a> | ||
</li> | ||
</ul> | ||
</article> | ||
</section> | ||
<h1 class="text-7xl text-white font-bold text-center width-full bg-slate-800 rounded-xl shadow-lg py-3 mt-3 ml-3"> | ||
Hello TailWorld! | ||
</h1> |
This file contains 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