Skip to content

Commit 28da2fc

Browse files
committed
chore: Upgrade to Phoenix 1.6
1 parent 19fcc6c commit 28da2fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+133
-21226
lines changed

assets/.babelrc

-5
This file was deleted.

assets/css/app.css

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@import "tailwindcss/base";
2+
@import "tailwindcss/components";
3+
@import "tailwindcss/utilities";
4+
5+

assets/css/app.scss

-26
This file was deleted.

assets/js/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// We need to import the CSS so that webpack will load it.
22
// The MiniCssExtractPlugin is used to separate it out into
33
// its own CSS file.
4-
import "../css/app.scss";
54

65
// webpack automatically bundles all modules in your
76
// entry points. Those entry points can be configured

0 commit comments

Comments
 (0)