Skip to content

Commit 914ef65

Browse files
committed
Fix indentation
1 parent c82d57d commit 914ef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ So when you upgrade to v3.3, you can safely remove the line-clamp plugin if you
213213
module.exports = {
214214
// ...
215215
plugins: [
216-
- require('@tailwindcss/line-clamp')
216+
- require('@tailwindcss/line-clamp')
217217
]
218218
}
219219
```

0 commit comments

Comments
 (0)