formatting: replace tabs with spaces

This commit is contained in:
Colin 2023-03-10 08:52:49 +00:00
parent 9eaa10e553
commit 9b549e42da
1 changed files with 44 additions and 44 deletions

View File

@ -6,11 +6,11 @@
/// @return {String} - Updated string
@function str-replace($string, $search, $replace: '') {
$index: str-index($string, $search);
@if $index {
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
}
@return $string;
}
@ -61,11 +61,11 @@
font-family: $family;
src: url('#{$path}.eot');
src: url('#{$path}.eot?#iefix') format('embedded-opentype'),
url('#{$path}.woff2') format('woff2'),
url('#{$path}.woff') format('woff'),
url('#{$path}.ttf') format('truetype');
// TODO: local fonts disabled during devel
// src: local($variant), local($hyphenated);
url('#{$path}.woff2') format('woff2'),
url('#{$path}.woff') format('woff'),
url('#{$path}.ttf') format('truetype');
// TODO: local fonts disabled during devel
// src: local($variant), local($hyphenated);
font-weight: $weight;
font-style: $style;
}
@ -156,41 +156,41 @@ $icon_h2_slash: url("data:image/svg+xml; utf8, #{url-encode($icon_h2_slash_svg)}
// CC0; based on: https://www.svgrepo.com/svg/211498/rss
$icon_rss_svg: ' \
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" \
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> \
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> \
<g> \
<g> \
<path fill="#{$color_pink_5}" d="M71.934,368.142c-39.663,0-71.93,32.267-71.93,71.929S32.272,512,71.934,512c39.662,0,71.929-32.267,71.929-71.929 \
S111.595,368.142,71.934,368.142z M71.934,481.819c-23.022,0-41.75-18.728-41.75-41.749c0-23.02,18.73-41.749,41.75-41.749 \
c23.019,0,41.749,18.728,41.749,41.749C113.682,463.091,94.954,481.819,71.934,481.819z"/> \
</g> \
<g> \
<path fill="#{$color_pink_5}" d="M71.934,368.142c-39.663,0-71.93,32.267-71.93,71.929S32.272,512,71.934,512c39.662,0,71.929-32.267,71.929-71.929 \
S111.595,368.142,71.934,368.142z M71.934,481.819c-23.022,0-41.75-18.728-41.75-41.749c0-23.02,18.73-41.749,41.75-41.749 \
c23.019,0,41.749,18.728,41.749,41.749C113.682,463.091,94.954,481.819,71.934,481.819z"/> \
</g> \
</g> \
<g> \
<g> \
<path fill="#{$color_pink_5}" d="M345.696,466.878c-14.677-73.983-50.727-141.496-104.252-195.237c-53.907-54.122-121.79-90.547-196.31-105.334 \
c-11.144-2.211-22.567,0.652-31.344,7.857c-8.76,7.19-13.783,17.814-13.783,29.147v37.255c0,17.793,12.137,32.93,29.516,36.808 \
c50.059,11.182,95.796,36.367,132.266,72.837c36.479,36.481,61.666,82.216,72.837,132.261 \
c3.881,17.382,19.018,29.521,36.811,29.521h37.252c11.331,0,21.956-5.024,29.148-13.782 \
C345.041,489.438,347.905,478.02,345.696,466.878z M314.513,479.059c-0.845,1.029-2.724,2.755-5.825,2.755h-37.252 \
c-3.552,0-6.578-2.433-7.355-5.915c-12.421-55.647-40.415-106.489-80.953-147.027c-40.528-40.528-91.37-68.52-147.03-80.951 \
c-3.481-0.777-5.912-3.801-5.912-7.355v-37.255c0-3.098,1.726-4.977,2.754-5.822c0.856-0.7,2.5-1.734,4.775-1.734 \
c0.486,0,1,0.047,1.544,0.155c68.62,13.617,131.138,47.169,180.8,97.029c49.31,49.509,82.519,111.687,96.034,179.812 \
C316.701,475.824,315.364,478.023,314.513,479.059z"/> \
</g> \
<g> \
<path fill="#{$color_pink_5}" d="M345.696,466.878c-14.677-73.983-50.727-141.496-104.252-195.237c-53.907-54.122-121.79-90.547-196.31-105.334 \
c-11.144-2.211-22.567,0.652-31.344,7.857c-8.76,7.19-13.783,17.814-13.783,29.147v37.255c0,17.793,12.137,32.93,29.516,36.808 \
c50.059,11.182,95.796,36.367,132.266,72.837c36.479,36.481,61.666,82.216,72.837,132.261 \
c3.881,17.382,19.018,29.521,36.811,29.521h37.252c11.331,0,21.956-5.024,29.148-13.782 \
C345.041,489.438,347.905,478.02,345.696,466.878z M314.513,479.059c-0.845,1.029-2.724,2.755-5.825,2.755h-37.252 \
c-3.552,0-6.578-2.433-7.355-5.915c-12.421-55.647-40.415-106.489-80.953-147.027c-40.528-40.528-91.37-68.52-147.03-80.951 \
c-3.481-0.777-5.912-3.801-5.912-7.355v-37.255c0-3.098,1.726-4.977,2.754-5.822c0.856-0.7,2.5-1.734,4.775-1.734 \
c0.486,0,1,0.047,1.544,0.155c68.62,13.617,131.138,47.169,180.8,97.029c49.31,49.509,82.519,111.687,96.034,179.812 \
C316.701,475.824,315.364,478.023,314.513,479.059z"/> \
</g> \
</g> \
<g> \
<g> \
<path fill="#{$color_pink_5}" d="M511.673,469.397c-7.85-59.36-25.317-116.628-51.919-170.213c-25.931-52.239-59.946-99.825-101.095-141.434 \
c-41.88-42.355-90.001-77.373-143.027-104.08C161.25,26.276,103.044,8.329,42.633,0.324C31.896-1.094,21.048,2.185,12.886,9.336 \
C4.701,16.508,0.006,26.86,0.006,37.739v36.85c0,18.609,13.961,34.643,32.476,37.297c91.877,13.175,175.612,54.7,242.151,120.08 \
c33.399,32.826,61.118,70.524,82.389,112.051c21.795,42.548,36.287,88.124,43.073,135.457 \
c2.656,18.538,18.718,32.519,37.36,32.519h36.797c10.879,0,21.232-4.693,28.403-12.875 \
C509.806,490.964,513.091,480.129,511.673,469.397z M479.961,479.222c-0.847,0.967-2.716,2.589-5.707,2.589h-36.797 \
c-3.788,0-6.937-2.784-7.486-6.62c-7.26-50.647-22.767-99.41-46.085-144.935c-22.747-44.407-52.387-84.719-88.097-119.816 \
C224.625,140.517,135.056,96.106,36.763,82.01c-3.81-0.546-6.576-3.668-6.576-7.423v-36.85c0-2.988,1.621-4.856,2.588-5.703 \
c0.838-0.733,2.511-1.861,4.877-1.861c0.326,0,0.665,0.023,1.017,0.068c57.055,7.562,112.027,24.511,163.385,50.377 \
c50.098,25.234,95.565,58.324,135.142,98.347c38.886,39.321,71.025,84.282,95.524,133.634 \
c25.122,50.603,41.619,104.688,49.031,160.747C482.134,476.243,480.794,478.272,479.961,479.222z"/> \
</g> \
<g> \
<path fill="#{$color_pink_5}" d="M511.673,469.397c-7.85-59.36-25.317-116.628-51.919-170.213c-25.931-52.239-59.946-99.825-101.095-141.434 \
c-41.88-42.355-90.001-77.373-143.027-104.08C161.25,26.276,103.044,8.329,42.633,0.324C31.896-1.094,21.048,2.185,12.886,9.336 \
C4.701,16.508,0.006,26.86,0.006,37.739v36.85c0,18.609,13.961,34.643,32.476,37.297c91.877,13.175,175.612,54.7,242.151,120.08 \
c33.399,32.826,61.118,70.524,82.389,112.051c21.795,42.548,36.287,88.124,43.073,135.457 \
c2.656,18.538,18.718,32.519,37.36,32.519h36.797c10.879,0,21.232-4.693,28.403-12.875 \
C509.806,490.964,513.091,480.129,511.673,469.397z M479.961,479.222c-0.847,0.967-2.716,2.589-5.707,2.589h-36.797 \
c-3.788,0-6.937-2.784-7.486-6.62c-7.26-50.647-22.767-99.41-46.085-144.935c-22.747-44.407-52.387-84.719-88.097-119.816 \
C224.625,140.517,135.056,96.106,36.763,82.01c-3.81-0.546-6.576-3.668-6.576-7.423v-36.85c0-2.988,1.621-4.856,2.588-5.703 \
c0.838-0.733,2.511-1.861,4.877-1.861c0.326,0,0.665,0.023,1.017,0.068c57.055,7.562,112.027,24.511,163.385,50.377 \
c50.098,25.234,95.565,58.324,135.142,98.347c38.886,39.321,71.025,84.282,95.524,133.634 \
c25.122,50.603,41.619,104.688,49.031,160.747C482.134,476.243,480.794,478.272,479.961,479.222z"/> \
</g> \
</g> \
<g> \
</g> \
@ -438,7 +438,7 @@ body
{
content: $marker_title;
font-size: 1.5rem;
}
}
h2::before
{
content: $marker_section;
@ -481,17 +481,17 @@ body
.listing
{
.title
{
font-size: 1.3rem;
margin-top: 0.5rem;
}
.title
{
font-size: 1.3rem;
margin-top: 0.5rem;
}
.subtitle
{
font-style: italic;
font-size: 0.9rem;
margin-left: 1rem;
margin-top: 0.1rem;
margin-top: 0.1rem;
}
}
}