Commit cfdd62e8 authored by Fatih Acet's avatar Fatih Acet

Fix broken master issue due to stylelint errors

parent f6453eca
@mixin spinner-color($color) {
border-color: rgba($color, .25);
border-color: rgba($color, 0.25);
border-top-color: $color;
}
......@@ -25,7 +25,7 @@
position: relative;
margin: 0 auto;
animation-name: spinner-rotate;
animation-duration: .6s;
animation-duration: 0.6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
border-style: solid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment