Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Apr 30, 2021
1 parent 71d8933 commit 846370f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CONFIGURATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h3 id="sass-implementation">sass.implementation</h3>
<h3 id="sass-importer">sass.importer</h3>
<ul>
<li>Type: <code>Array</code> || <code>Function</code></li>
<li>Default: <a href="https://github.com/oddbird/sassdoc-theme-herman/blob/master/lib/utils/sassImporter.js">Custom Herman Sass<span class="widont">&nbsp;</span>importer</a></li>
<li>Default: <a href="https://github.com/oddbird/sassdoc-theme-herman/blob/main/lib/utils/sassImporter.js">Custom Herman Sass<span class="widont">&nbsp;</span>importer</a></li>
</ul>
<p>Function (or array of functions)
used to resolve <code>@use</code> and <code>@import</code> file paths.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ <h3 class="nav-title">

<div class="text-block">
<h1 id="herman-a-sassdoc-theme-"><a href="https://www.oddbird.net/herman/">Herman</a> [a <a href="http://sassdoc.com/">SassDoc</a><span class="widont">&nbsp;</span>theme]</h1>
<p><a href="https://circleci.com/gh/oddbird/sassdoc-theme-herman/tree/master"><img src="https://circleci.com/gh/oddbird/sassdoc-theme-herman/tree/master.svg?style=svg" alt="CircleCI"></a>
<a href="https://ci.appveyor.com/project/jgerigmeyer/sassdoc-theme-herman"><img src="https://ci.appveyor.com/api/projects/status/w02fa9k998fywntl/branch/master?svg=true" alt="AppVeyor"></a>
<a href="https://codecov.io/gh/oddbird/sassdoc-theme-herman"><img src="https://codecov.io/gh/oddbird/sassdoc-theme-herman/branch/master/graph/badge.svg" alt="Codecov"></a></p>
<p><a href="https://circleci.com/gh/oddbird/sassdoc-theme-herman/tree/main"><img src="https://circleci.com/gh/oddbird/sassdoc-theme-herman/tree/main.svg?style=svg" alt="CircleCI"></a>
<a href="https://ci.appveyor.com/project/jgerigmeyer/sassdoc-theme-herman/branch/main"><img src="https://ci.appveyor.com/api/projects/status/w02fa9k998fywntl/branch/main?svg=true" alt="AppVeyor"></a>
<a href="https://codecov.io/gh/oddbird/sassdoc-theme-herman"><img src="https://codecov.io/gh/oddbird/sassdoc-theme-herman/branch/main/graph/badge.svg?token=dy36BBNFFu" alt="Codecov"></a></p>
<blockquote>
<p><strong>If it’s not documented, it doesn’t exist.</strong>
Documentation should become the default –
Expand Down

0 comments on commit 846370f

Please sign in to comment.