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
Server still bugs out with the same error. Remove the (empty) directory:
rm -rf app/assets/stylesheets/light
Server now starts fine.
I'm guessing that the empty /light directory is the problem. This suggests a workaround of also ejecting application.css in the tailwind directory but... no, that doesn't work either.
This means that there are some hard override of styles that are hardcoded and very hard to get rid of. Not sure what a good solution is here.
The text was updated successfully, but these errors were encountered:
Not sure if it's just me. Repeatably works here:
Steps:
Check that everything works fine. Ctrl-C to kill the server.
CSS compilation now blows up with:
Remove the offending CSS:
Server still bugs out with the same error. Remove the (empty) directory:
Server now starts fine.
I'm guessing that the empty
/light
directory is the problem. This suggests a workaround of also ejecting application.css in the tailwind directory but... no, that doesn't work either.This means that there are some hard override of styles that are hardcoded and very hard to get rid of. Not sure what a good solution is here.
The text was updated successfully, but these errors were encountered: