greyby / vue-spinner

vue spinners
MIT License
1.8k stars 176 forks source link

Remove !important #7

Closed fntneves closed 7 years ago

fntneves commented 7 years ago

In order to get rid of following warn, remove !important on background property.

[Vue warn]: It's probably a bad idea to use !important with inline rules. This feature will be deprecated in a future version of Vue.

It doesn't have any impact in final result, according to my tests.