Clean up comments in Sass partials
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
// Headings
|
||||
// --------------------------------------------------
|
||||
/* ==========================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
Headings
|
||||
========================================================================== */
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: $heading-font;
|
||||
}
|
||||
@@ -22,8 +28,10 @@ h6 {
|
||||
@include font-size(14);
|
||||
}
|
||||
|
||||
// Links
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $link-color;
|
||||
@@ -43,8 +51,10 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
// Figures
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Figure captions
|
||||
========================================================================== */
|
||||
|
||||
figcaption {
|
||||
padding-top: 10px;
|
||||
@include font(14);
|
||||
@@ -52,8 +62,10 @@ figcaption {
|
||||
color: lighten($text-color, 10);
|
||||
}
|
||||
|
||||
// Feature Image Caption
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Feature image captions
|
||||
========================================================================== */
|
||||
|
||||
.image-credit {
|
||||
@include grid(12,10);
|
||||
@include prefix(12,1);
|
||||
@@ -77,8 +89,10 @@ figcaption {
|
||||
}
|
||||
}
|
||||
|
||||
// Note text
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Notices
|
||||
========================================================================== */
|
||||
|
||||
.notice {
|
||||
margin-top: 1.5em;
|
||||
padding: .5em 1em;
|
||||
@@ -89,8 +103,10 @@ figcaption {
|
||||
@include rounded(3px);
|
||||
}
|
||||
|
||||
// Blockquotes
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Blockquotes
|
||||
========================================================================== */
|
||||
|
||||
blockquote {
|
||||
margin-left: -28px;
|
||||
padding-left: 20px;
|
||||
@@ -99,8 +115,10 @@ blockquote {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
// Footnotes
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Footnotes
|
||||
========================================================================== */
|
||||
|
||||
.footnotes {
|
||||
ol, li, p {
|
||||
margin-bottom: 0;
|
||||
@@ -108,8 +126,10 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
// Paragraphs
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Paragraphs
|
||||
========================================================================== */
|
||||
|
||||
p {
|
||||
margin: 0 0 $indent-var;
|
||||
// sibling indentation
|
||||
@@ -121,8 +141,10 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
// Code
|
||||
// --------------------------------------------------
|
||||
/*
|
||||
Code snippets
|
||||
========================================================================== */
|
||||
|
||||
tt, code, kbd, samp, pre {
|
||||
font-family: $code-font;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user