We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81ea20 commit 9de1b14Copy full SHA for 9de1b14
app/assets/css/main.css
@@ -1,2 +1,5 @@
1
@import "tailwindcss" theme(static);
2
@import "@nuxt/ui";
3
+
4
+/* For components created in modules folder we need to add below line so that TW classes will work correctly */
5
+@source "../../../modules";
0 commit comments