Skip to content

Commit

Permalink
deploy: c7e4985
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Dec 8, 2023
1 parent 1c5086c commit 96fcda4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
14 changes: 10 additions & 4 deletions creative-scala.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/

/*
Expand Down Expand Up @@ -121,8 +121,10 @@ strong {
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
Expand All @@ -131,8 +133,12 @@ samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-size: 1em;
font-feature-settings: normal;
/* 2 */
font-variation-settings: normal;
/* 3 */
font-size: 1em;
/* 4 */
}

/*
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ <h1 id="gooey" class="title">Gooey</h1>

<h2 id="getting-started" class="section">Getting Started</h2>
<p>To use Gooey, add the following to your <code>build.sbt</code></p>
<pre><code class="nohighlight"><span class="identifier">libraryDependencies</span><span> += </span><span class="string-literal">&quot;org.creativescala&quot;</span><span> %% </span><span class="string-literal">&quot;gooey&quot;</span><span> % </span><span class="string-literal">&quot;0.1-12ba400-SNAPSHOT&quot;</span></code></pre>
<pre><code class="nohighlight"><span class="identifier">resolvers</span><span> ++= </span><span class="type-name">Resolver</span><span>.</span><span class="identifier">sonatypeOssRepos</span><span>(</span><span class="string-literal">&quot;snapshots&quot;</span><span>)
</span><span class="identifier">libraryDependencies</span><span> += </span><span class="string-literal">&quot;org.creativescala&quot;</span><span> %% </span><span class="string-literal">&quot;gooey&quot;</span><span> % </span><span class="string-literal">&quot;0.1-c7e4985-SNAPSHOT&quot;</span></code></pre>

<h2 id="scaladoc" class="section">ScalaDoc</h2>
<p>See the ScalaDoc <a href="https://javadoc.io/doc/org.creativescala/gooey-docs_3/latest/gooey/index.html">index</a> for API documentation.</p>
Expand Down
2 changes: 1 addition & 1 deletion main.js.map

Large diffs are not rendered by default.

0 comments on commit 96fcda4

Please sign in to comment.