7ef759818 docs: add spacing between words
38df69abe docs: spelling corrections
Co-Authored-By: David Niciforovic <david.r.niciforovic@gmail.com>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
@each $size, $headers in $header-sizes {
$header-map: ();
@each $header, $font-size in $headers {
- $header-map: map-merge($header-map, ($header: ('font-size': $font-size)));
+ $header-map: map-merge($header-map, ($header: ('font-size': $font-size)));
}
$header-styles: map-merge($header-styles, ($size: $header-map));
}
figure {
margin: 0;
}
-
+
// Code
code {
padding: $code-padding;
/// @type String
$subheader-font-weight: $global-weight-normal !default;
-/// Default top margin for subhheaders.
+/// Default top margin for subheaders.
/// @type Number
$subheader-margin-top: 0.2rem !default;