Skip to content

Commit b64d81c

Browse files
committed
chore: adjust
1 parent ccbb8ed commit b64d81c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/app/components/global/PostAuthor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ withDefaults(defineProps<{
1515
:href="href"
1616
target="_blank"
1717
rel="noopener noreferrer"
18-
class="not-prose my-6 inline-flex items-center gap-3 rounded-lg text-inherit no-underline transition-opacity hover:opacity-80"
18+
class="not-prose mt-6 inline-flex items-center gap-3 rounded-lg text-inherit no-underline transition-opacity hover:opacity-80"
1919
>
2020
<img
2121
src="https://github.com/antfu.png?size=96"

docs/content/9.posts/1.pluggable-extensible-playful-devtools.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ author: Anthony Fu
1010
::post-author{author="Anthony Fu" handle="@antfu" href="https://github.com/antfu"}
1111
::
1212

13+
> [!NOTE]
14+
> This page is still working in progress and not yet announced. Please don't share it outside yet.
15+
1316
Over the years, we have built quite a few DevTools: [UnoCSS Inspector](https://unocss.dev/tools/inspector#inspector), [Vite Plugin Inspect](https://github.com/antfu-collective/vite-plugin-inspect), [Vitest UI](https://vitest.dev/guide/ui), [Nuxt DevTools](https://github.com/nuxt/devtools), [ESLint Config Inspector](https://github.com/eslint/config-inspector), and [Node Modules Inspector](https://github.com/antfu/node-modules-inspector), among others.
1417

1518
They look quite different, but fundamentally they all try to do the same thing: make implicit state visible. Instead of guessing why a CSS utility was generated, how a module was transformed, or which configuration applies to a file, we can see the process directly and interact with it.

0 commit comments

Comments
 (0)