-
Notifications
You must be signed in to change notification settings - Fork 169
Missing CSS properties for moon-around-light
#10
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
Comments
moon-light-around
moon-around-light
Since I raised the topic I guess I do not mind helping you out refactoring it. Note I am not saying to remove css declarations such as |
Same here: css-loader/js/loaders/circle.js Lines 2719 to 2767 in f51b9ae
You need to add |
Uh oh!
There was an error while loading. Please reload this page.
Hi, And thank you for this amazing work of art.
I tried to use this full moon with a spinning light around it in my code and I realized that you need to add
display: inline-block
andleft: 0
to.loader::before
to get it work.I think you should update these lines here:
css-loader/js/loaders/circle.js
Lines 1800 to 1830 in f51b9ae
BTW I really think it is time to do a revision, things like the following were added for quite some time:
:before
were changed to::before
(ref).The text was updated successfully, but these errors were encountered: