We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300cfb1 commit cc39fb5Copy full SHA for cc39fb5
installer/templates/phx_assets/app.css
@@ -2,4 +2,12 @@
2
@import "tailwindcss/components";
3
@import "tailwindcss/utilities";
4
5
+/*
6
+ * Make LiveView wrapper divs transparent for layout.
7
+ * This makes it possible to use LiveViews as flex children for example.
8
+ */
9
+
10
11
+[data-phx-root-id] { display: contents }
12
13
/* This file is for your main application CSS */
0 commit comments