Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different compiled app.css #32

Closed
danharper83 opened this issue Sep 13, 2024 · 2 comments
Closed

Different compiled app.css #32

danharper83 opened this issue Sep 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@danharper83
Copy link

I seem to be getting different app.css files when github action compiles the app.css to what my local compiles.

Usually minor things like formatting the same css rules but slightly different.

This is causing me issues when pushing because I immediately have to pull down the code again after the action has compiled it.

This is causing other strange issue which I have never seen in git before where when I try and pull down the changed code from github it says I have changes in the app.css that have not been committed but my working branch is clean. When I check git status there is nothing.

I noticed the action is compiling with tailwind 3.4.11 so I forced my local version to that but that still hasn't solved the issue.

@danharper83 danharper83 added the bug Something isn't working label Sep 13, 2024
@cmegalo
Copy link
Collaborator

cmegalo commented Sep 13, 2024

@danharper83 I think I ran into a similar issue at one point, and it seemed to resolve itself when I removed the app.css file locally for the next commit I wanted to make. Once the commit was made, the issue has not popped up again, but let me know if this does not resolve it for you.

@cmegalo cmegalo closed this as completed Sep 18, 2024
@danharper83
Copy link
Author

That didn't solve it.

There seems to be some difference between how the github action compiles tailwind and the front end stack. It may be machine specific, something to do with line endings or spacing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants