Remove semicolons

This commit is contained in:
Oliver Davies 2016-03-17 08:44:33 +00:00
parent dead8a3f82
commit ce97893af2
11 changed files with 77 additions and 77 deletions

View file

@ -1,14 +1,14 @@
.testimonial
@include clearfix;
margin-bottom: 10px;
@include clearfix
margin-bottom: 10px
.testimonial__image
@extend .img-circle;
@extend .pull-right;
height: 75px;
margin: 0 0 10px 10px;
width: 75px;
@extend .img-circle
@extend .pull-right
height: 75px
margin: 0 0 10px 10px
width: 75px
@include breakpoint($screen-sm)
height: 90px;
width: 90px;
height: 90px
width: 90px