You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise"No file named #{namespace}.css exists in app/assets/tailwind"
50
+
end
51
+
52
+
ifnamespace == "application"
53
+
raise"application.css is the default input file for tailwind and cannot be used as namespace. If you want the normal behaviour of tailwindcss (to compile application.css into tailwind.css), just omit the namespace parameter."
0 commit comments