Update css-frameworks.md (#1254)

Removed an extra "/" from the code block title
This commit is contained in:
Aftab Alam 2023-06-15 12:13:57 +05:30 committed by GitHub
parent 590a08bb14
commit 0b38a0a462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;