Skip to content

Commit 3460078

Browse files
committed
Fix indentation properly this time
1 parent 4d8f0b2 commit 3460078

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/blog/tailwindcss-v3-3/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ So when you upgrade to v3.3, you can safely remove the line-clamp plugin if you
205205

206206
```diff-js tailwind.config.js
207207
module.exports = {
208-
// ...
209-
plugins: [
210-
- require('@tailwindcss/line-clamp')
211-
]
208+
// ...
209+
plugins: [
210+
- require('@tailwindcss/line-clamp')
211+
]
212212
}
213213
```
214214

0 commit comments

Comments
 (0)