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
After #7543 there's a problem when running hot if the global.css file has not been created previously. An error is thrown since the file doesn't exist, and tailwind has to be run once to create the file.
The issue seems to be that our tailwind-watch is not really working, at least not in the context of running hot.
This is not a problem for end users since building the app will correctly generate global.css, and update it if necessary.
The text was updated successfully, but these errors were encountered:
After #7543 there's a problem when running
hot
if theglobal.css
file has not been created previously. An error is thrown since the file doesn't exist, andtailwind
has to be run once to create the file.The issue seems to be that our
tailwind-watch
is not really working, at least not in the context of runninghot
.This is not a problem for end users since building the app will correctly generate
global.css
, and update it if necessary.The text was updated successfully, but these errors were encountered: