Use sass syntax
This commit is contained in:
parent
d4fb76698a
commit
534d3b11f4
|
@ -1,5 +1,5 @@
|
||||||
.meetups
|
.meetups
|
||||||
@include clearfix
|
+clearfix
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style: none
|
list-style: none
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.about-author
|
.about-author
|
||||||
@include clearfix
|
+clearfix
|
||||||
|
|
||||||
img
|
img
|
||||||
float: left
|
float: left
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.experience
|
.experience
|
||||||
@include clearfix
|
+clearfix
|
||||||
|
|
||||||
.experience__logo
|
.experience__logo
|
||||||
@extend .pull-right
|
@extend .pull-right
|
||||||
|
|
Loading…
Reference in a new issue