-
Notifications
You must be signed in to change notification settings - Fork 384
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
Migrate to tailwindcss #553
Conversation
@@ -52,6 +52,7 @@ | |||
fill_in author_field, with: comment.author | |||
fill_in text_field, with: comment.text | |||
click_button("Post") | |||
sleep(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without forcing some delay, I hardly could get this test pass locally.
9200c1a
to
ada3549
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, it looks really good.
I've just got one small change to request: please remove sass-resources-loader
if possible.
@justin808 I think 384e1c3 satisfies your request regarding keeping |
Signed-off-by: Mostafa Ahangarha <[email protected]>
This reverts commit 3d70655.
0a428b1
to
a315ca2
Compare
In this PR:
This PR, resolves the flashing issue as well (with production build)
Closes #526
Closes #545
This change is