From 0cc6a7f89feaa3591067131269cfee816b309076 Mon Sep 17 00:00:00 2001 From: Aryaman Khandelwal <62365335+aryamankha@users.noreply.github.com> Date: Mon, 12 Dec 2022 15:37:40 -0500 Subject: [PATCH] Add link to Vivid page --- docs/Lessons/Lesson10.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lessons/Lesson10.mdx b/docs/Lessons/Lesson10.mdx index 9f48786..40a329f 100644 --- a/docs/Lessons/Lesson10.mdx +++ b/docs/Lessons/Lesson10.mdx @@ -320,7 +320,7 @@ This snippet makes your heading large, bolded, and underlined — pretty self-ex ### Vivid -Vivid is an in-browser visual editor that lets you test out Tailwind styles and automatically write them directly to your code. +[Vivid](https://vivid.lol) is an in-browser visual editor that lets you test out Tailwind styles and automatically write them directly to your code. With Vivid, you can click on any component in your page and have its code pop up right in your browser. From there, you can edit its code in the code pane, or preview and apply styles with shortcuts through the command palette.