-
Notifications
You must be signed in to change notification settings - Fork 149
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
Moving Gradient missing config #400
Comments
Doesn't work for me too |
If you add the |
No doesnt work. Below is what I added.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I could be totally wrong, but after attempting to implement I had no animating background. I needed to add
extend: { animation : { 'bg-position': 'bg-position 2s infinite' } }
as well as theextend: { keyframes: { ... } }
listed in the instructions.The text was updated successfully, but these errors were encountered: