Skip to content

Commit

Permalink
⚠️
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Mar 15, 2024
1 parent 948e3e6 commit 1bdd980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/library/elements/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<h3>
<Mdn_Link href="Web/HTML/Element/table">table</Mdn_Link>
</h3>
<blockquote>this is unfinished and will change</blockquote>
<blockquote>⚠️ this is unfinished and will change</blockquote>
<Code
content={`<table>
<thead>
Expand Down
1 change: 1 addition & 0 deletions src/routes/library/prose/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Tome_Detail {tome}>
<div class="prose">
<section>
<aside>⚠️ this may be removed completely</aside>
<aside>
The <code>.prose</code> CSS class styles HTML <Tome_Link name="elements" /> for document-like
presentation. The base Fuz stylesheet resets everything for app-like presentation and <Tome_Link
Expand Down
2 changes: 1 addition & 1 deletion src/routes/library/variables/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface Style_Variable {
<blockquote class="mb_lg">
{variables.length} style variables
</blockquote>
<aside class="mb_lg">TODO some of these will change</aside>
<aside class="mb_lg">⚠️ TODO some of these will change</aside>
<!-- TODO add info through the contextmenu or dialog -->
<div class="variables">
{#each variables as variable (variable.name)}
Expand Down

0 comments on commit 1bdd980

Please sign in to comment.