gulp integration

This commit is contained in:
Mike Francis 2014-02-06 15:16:07 +00:00
parent aa573e574c
commit d0ef06c80a
18 changed files with 86 additions and 126 deletions

View file

@ -13,30 +13,6 @@ h1, h2, h3, h4, h5, h6, p, ul, ol {
margin-bottom: $base-margin-bottom * 1px;
}
h1 {
@include font-size($h1-font-size);
}
h2 {
@include font-size($h2-font-size);
}
h3 {
@include font-size($h3-font-size);
}
h4 {
@include font-size($h4-font-size);
}
h5 {
@include font-size($h5-font-size);
}
h6 {
@include font-size($h6-font-size);
}
ul, ol {
margin-left: $base-margin-bottom * 1px;
}
@ -47,6 +23,6 @@ ul ul, ol ol {
img {
display: block;
max-width: 100%;
height: auto;
max-width: 100%;
}

View file

@ -21,11 +21,11 @@ img.alignright {
}
.clearfix {
*zoom:1;
&:before,
&:after{
content: " ";
content: '';
display: table;
line-height: 0;
}
&:after{
clear: both;