Skip to content
Snippets Groups Projects
Unverified Commit cfdd62e8 authored by Fatih Acet's avatar Fatih Acet
Browse files

Fix broken master issue due to stylelint errors

parent f6453eca
No related branches found
No related tags found
No related merge requests found
@mixin spinner-color($color) {
border-color: rgba($color, .25);
border-color: rgba($color, 0.25);
border-top-color: $color;
}
 
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment