From 0b38a0a4628ceaa53752c5ab20da9b8714d63cf0 Mon Sep 17 00:00:00 2001 From: Aftab Alam <532906+one-aalam@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:13:57 +0530 Subject: [PATCH] Update css-frameworks.md (#1254) Removed an extra "/" from the code block title --- web/docs/integrations/css-frameworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/integrations/css-frameworks.md b/web/docs/integrations/css-frameworks.md index a57d6858b..4bfb20eec 100644 --- a/web/docs/integrations/css-frameworks.md +++ b/web/docs/integrations/css-frameworks.md @@ -59,7 +59,7 @@ module.exports = { ``` #### 3) Update `./src/client/Main.css` -```css title="./src/client//Main.css" {1-3} +```css title="./src/client/Main.css" {1-3} @tailwind base; @tailwind components; @tailwind utilities;