Skip to content

Commit

Permalink
fix: remove twind pages (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Aug 16, 2024
1 parent 1bd1a65 commit 2c2eda7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion runtime/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const sidebar = [
"/runtime/manual/advanced/jsx_dom/overview/",
"/runtime/manual/advanced/jsx_dom/jsx/",
"/runtime/manual/advanced/jsx_dom/css/",
"/runtime/manual/advanced/jsx_dom/twind/",
"/runtime/manual/advanced/jsx_dom/jsdom/",
"/runtime/manual/advanced/jsx_dom/deno_dom/",
"/runtime/manual/advanced/jsx_dom/linkedom/",
Expand Down
1 change: 0 additions & 1 deletion runtime/manual/advanced/jsx_dom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Deno, including:
- [Using deno-dom with Deno](./deno_dom.md)
- [Using JSDOM with Deno](./jsdom.md)
- [Parsing and Stringifying CSS](./css.md)
- [Using Twind with Deno](./twind.md)
1 change: 0 additions & 1 deletion runtime/manual/advanced/jsx_dom/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ Cascading Style Sheets (CSS) provide styling for HTML within the DOM. There are
tools which make working with CSS in a server side context easier and powerful.

- [Parsing and stringifying CSS](./css.md)
- [Using Twind with Deno](./twind.md)
65 changes: 0 additions & 65 deletions runtime/manual/advanced/jsx_dom/twind.md

This file was deleted.

0 comments on commit 2c2eda7

Please sign in to comment.