Use sass syntax

This commit is contained in:
Oliver Davies 2016-04-09 20:51:24 +01:00
parent d4fb76698a
commit 534d3b11f4
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
.meetups .meetups
@include clearfix +clearfix
ul ul
list-style: none list-style: none

View file

@ -1,5 +1,5 @@
.testimonial .testimonial
@include clearfix +clearfix
margin-bottom: 10px margin-bottom: 10px
.testimonial__image .testimonial__image
@ -9,6 +9,6 @@
margin: 0 0 10px 10px margin: 0 0 10px 10px
width: 75px width: 75px
@include breakpoint($screen-sm) +breakpoint($screen-sm)
height: 90px height: 90px
width: 90px width: 90px

View file

@ -5,7 +5,7 @@
padding-left: 0 padding-left: 0
.post .post
@include clearfix +clearfix
border-bottom: 1px solid #CCC border-bottom: 1px solid #CCC
margin-bottom: 1em margin-bottom: 1em
padding-bottom: 2em padding-bottom: 2em

View file

@ -1,5 +1,5 @@
.about-author .about-author
@include clearfix +clearfix
img img
float: left float: left

View file

@ -1,5 +1,5 @@
.experience .experience
@include clearfix +clearfix
.experience__logo .experience__logo
@extend .pull-right @extend .pull-right