Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove twind pages #716

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.